File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 - name : Install Go
1212 uses : actions/setup-go@v6
1313 with :
14- go-version : ${{ vars.GO_VERSION || '1.23.x ' }}
14+ go-version : ${{ vars.GO_VERSION || '1.24.9 ' }}
1515 cache : true
1616
1717 - name : Run golangci-lint
Original file line number Diff line number Diff line change 1111 - name : Run govulncheck
1212 uses : golang/govulncheck-action@v1
1313 with :
14- go-version-input : ${{ vars.GO_VERSION || '1.23.x ' }}
14+ go-version-input : ${{ vars.GO_VERSION || '1.24.9 ' }}
1515 go-package : ./...
Original file line number Diff line number Diff line change 1111 - name : Install Go
1212 uses : actions/setup-go@v6
1313 with :
14- go-version : ${{ vars.GO_VERSION || '1.24.x ' }}
14+ go-version : ${{ vars.GO_VERSION || '1.24.9 ' }}
1515 cache : true
1616
1717 - name : Verify dependencies
You can’t perform that action at this time.
0 commit comments