[#] govulncheck: Fix minor toolchain updates for good
Some checks failed
Pre-commit hooks / Pre-commit (pull_request) Failing after 7s
DCO action / DCO (pull_request) Failing after 8s
Tests and linters / Tests with -race (pull_request) Failing after 13s
Vulncheck / Vulncheck (pull_request) Failing after 9s
Tests and linters / Run gofumpt (pull_request) Failing after 11s
Tests and linters / Staticcheck (pull_request) Successful in 2m0s
Tests and linters / Lint (pull_request) Successful in 2m10s
Tests and linters / gopls check (pull_request) Successful in 2m4s
Tests and linters / Tests (pull_request) Failing after 10m53s
Some checks failed
Pre-commit hooks / Pre-commit (pull_request) Failing after 7s
DCO action / DCO (pull_request) Failing after 8s
Tests and linters / Tests with -race (pull_request) Failing after 13s
Vulncheck / Vulncheck (pull_request) Failing after 9s
Tests and linters / Run gofumpt (pull_request) Failing after 11s
Tests and linters / Staticcheck (pull_request) Successful in 2m0s
Tests and linters / Lint (pull_request) Successful in 2m10s
Tests and linters / gopls check (pull_request) Successful in 2m4s
Tests and linters / Tests (pull_request) Failing after 10m53s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
aacb4fcd8e
commit
bbd21ab605
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.23.5'
|
||||
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