[#3] govulncheck: Use patch release with security fixes
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 1m9s
Vulncheck / Vulncheck (pull_request) Successful in 1m25s
DCO action / DCO (pull_request) Successful in 2m18s
Tests and linters / Tests with -race (pull_request) Successful in 2m18s
Tests and linters / Staticcheck (pull_request) Successful in 2m47s
Tests and linters / Tests (pull_request) Successful in 2m55s
Pre-commit hooks / Pre-commit (pull_request) Successful in 3m3s
Tests and linters / Lint (pull_request) Successful in 3m10s
Tests and linters / gopls check (pull_request) Successful in 3m19s
Tests and linters / Run gofumpt (push) Successful in 23s
Vulncheck / Vulncheck (push) Successful in 34s
Tests and linters / Staticcheck (push) Successful in 58s
Pre-commit hooks / Pre-commit (push) Successful in 1m23s
Tests and linters / Lint (push) Successful in 1m26s
Tests and linters / gopls check (push) Successful in 1m39s
Tests and linters / Tests (push) Successful in 46s
Tests and linters / Tests with -race (push) Successful in 2m1s

https://go.dev/doc/devel/release#go1.23.minor

Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
Vitaliy Potyarkin 2025-01-28 17:43:16 +03:00
parent 128933fade
commit cfbca7fa1d

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.23'
go-version: '1.23.5'
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest