[#16] govulncheck: Fix minor toolchain updates for good
All checks were successful
Vulncheck / Vulncheck (pull_request) Successful in 50s
Tests and linters / Run gofumpt (pull_request) Successful in 47s
DCO action / DCO (pull_request) Successful in 3m1s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m24s
Tests and linters / Lint (pull_request) Successful in 4m3s
Tests and linters / Tests (pull_request) Successful in 29s
Tests and linters / Tests with -race (pull_request) Successful in 44s
Tests and linters / Staticcheck (pull_request) Successful in 44s
Tests and linters / gopls check (pull_request) Successful in 1m20s
All checks were successful
Vulncheck / Vulncheck (pull_request) Successful in 50s
Tests and linters / Run gofumpt (pull_request) Successful in 47s
DCO action / DCO (pull_request) Successful in 3m1s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m24s
Tests and linters / Lint (pull_request) Successful in 4m3s
Tests and linters / Tests (pull_request) Successful in 29s
Tests and linters / Tests with -race (pull_request) Successful in 44s
Tests and linters / Staticcheck (pull_request) Successful in 44s
Tests and linters / gopls check (pull_request) Successful in 1m20s
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
aacb4fcd8e
commit
5b8b0fbbf8
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