[#5] govulncheck: Fix minor update problems for good
All checks were successful
Tests and linters / Tests with -race (pull_request) Successful in 1m50s
Tests and linters / Run gofumpt (pull_request) Successful in 51s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m9s
DCO action / DCO (pull_request) Successful in 2m11s
Tests and linters / gopls check (pull_request) Successful in 1m49s
Vulncheck / Vulncheck (pull_request) Successful in 2m11s
Tests and linters / Tests (pull_request) Successful in 3m43s
Tests and linters / Lint (pull_request) Successful in 3m46s
Tests and linters / Staticcheck (pull_request) Successful in 3m40s
Vulncheck / Vulncheck (push) Successful in 36s
Pre-commit hooks / Pre-commit (push) Successful in 1m13s
Tests and linters / Tests (push) Successful in 1m20s
Tests and linters / gopls check (push) Successful in 1m15s
Tests and linters / Tests with -race (push) Successful in 1m31s
Tests and linters / Staticcheck (push) Successful in 1m31s
Tests and linters / Lint (push) Successful in 1m39s
Tests and linters / Run gofumpt (push) Successful in 1m32s

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-02-10 18:11:18 +03:00
parent cfbca7fa1d
commit 30e83428fd

View file

@ -18,7 +18,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