[#] govulncheck: Fix minor toolchain updates for good
Some checks failed
Vulncheck / Vulncheck (pull_request) Failing after 9s
Tests and linters / Tests with -race (pull_request) Failing after 10s
Pre-commit hooks / Pre-commit (pull_request) Failing after 10s
Tests and linters / gopls check (pull_request) Failing after 12s
DCO action / DCO (pull_request) Failing after 44s
Build / Build Components (pull_request) Failing after 9s
Tests and linters / Run gofumpt (pull_request) Successful in 5m45s
Tests and linters / Lint (pull_request) Successful in 6m30s
Tests and linters / Staticcheck (pull_request) Successful in 6m37s
Tests and linters / Tests (pull_request) Successful in 6m40s
Some checks failed
Vulncheck / Vulncheck (pull_request) Failing after 9s
Tests and linters / Tests with -race (pull_request) Failing after 10s
Pre-commit hooks / Pre-commit (pull_request) Failing after 10s
Tests and linters / gopls check (pull_request) Failing after 12s
DCO action / DCO (pull_request) Failing after 44s
Build / Build Components (pull_request) Failing after 9s
Tests and linters / Run gofumpt (pull_request) Successful in 5m45s
Tests and linters / Lint (pull_request) Successful in 6m30s
Tests and linters / Staticcheck (pull_request) Successful in 6m37s
Tests and linters / Tests (pull_request) Successful in 6m40s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
5d79abe523
commit
c45301eb46
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