File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ jobs:
5454 env :
5555 CGO_ENABLED : 1
5656
57- # - name: Govulncheck
58- # if: matrix.go != 'tip'
59- # id: govulncheck
60- # uses: golang/govulncheck-action@v1
61- # with:
62- # go-version-input: ${{ matrix.go }}
63- # check-latest: true
64- # go-package: ./...
57+ - name : Govulncheck
58+ if : ${{ matrix.go == '1.24.x' }} # only do govulncheck when built with latest stable go
59+ id : govulncheck
60+ uses : golang/govulncheck-action@v1
61+ with :
62+ go-version-input : ${{ matrix.go }}
63+ check-latest : true
64+ go-package : ./...
6565
6666 - name : Check Docker images
6767 run : |
9090 if : ${{ github.event_name == 'push' && matrix.go == '1.24.x' }} # only when built from master with latest stable go
9191 run : make DEVEL=1 packagecloud-autobuilds
9292 env :
93- PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
93+ PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
You can’t perform that action at this time.
0 commit comments