[#1641] govulncheck: Fix minor toolchain updates for good
All checks were successful
Vulncheck / Vulncheck (push) Successful in 57s
Pre-commit hooks / Pre-commit (push) Successful in 1m28s
Tests and linters / Run gofumpt (push) Successful in 1m25s
Build / Build Components (push) Successful in 2m3s
Tests and linters / Staticcheck (push) Successful in 2m24s
Tests and linters / Lint (push) Successful in 3m16s
OCI image / Build container images (push) Successful in 4m21s
Tests and linters / Tests (push) Successful in 4m39s
Tests and linters / Tests with -race (push) Successful in 5m12s
Tests and linters / gopls check (push) Successful in 5m19s
All checks were successful
Vulncheck / Vulncheck (push) Successful in 57s
Pre-commit hooks / Pre-commit (push) Successful in 1m28s
Tests and linters / Run gofumpt (push) Successful in 1m25s
Build / Build Components (push) Successful in 2m3s
Tests and linters / Staticcheck (push) Successful in 2m24s
Tests and linters / Lint (push) Successful in 3m16s
OCI image / Build container images (push) Successful in 4m21s
Tests and linters / Tests (push) Successful in 4m39s
Tests and linters / Tests with -race (push) Successful in 5m12s
Tests and linters / gopls check (push) Successful in 5m19s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
304bee938b
commit
1bcaa1af1f
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.23.6'
|
||||
go-version: '1.23'
|
||||
check-latest: true
|
||||
|
||||
- name: Install govulncheck
|
||||
run: go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||
|
|
Loading…
Add table
Reference in a new issue