[#1617] govulncheck: Use patch release with security fixes
All checks were successful
DCO action / DCO (pull_request) Successful in 2m4s
Vulncheck / Vulncheck (pull_request) Successful in 1m38s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m2s
Tests and linters / Run gofumpt (push) Successful in 34s
Vulncheck / Vulncheck (push) Successful in 1m3s
Pre-commit hooks / Pre-commit (push) Successful in 1m38s
Build / Build Components (push) Successful in 2m47s
Tests and linters / Staticcheck (push) Successful in 3m0s
Tests and linters / Lint (push) Successful in 3m58s
Tests and linters / gopls check (push) Successful in 4m34s
OCI image / Build container images (push) Successful in 4m51s
Tests and linters / Tests (push) Successful in 4m52s
Tests and linters / Tests with -race (push) Successful in 4m54s
Build / Build Components (pull_request) Successful in 1m38s
Tests and linters / gopls check (pull_request) Successful in 2m45s
Tests and linters / Run gofumpt (pull_request) Successful in 4m43s
Tests and linters / Lint (pull_request) Successful in 5m12s
Tests and linters / Staticcheck (pull_request) Successful in 5m18s
Tests and linters / Tests with -race (pull_request) Successful in 5m26s
Tests and linters / Tests (pull_request) Successful in 5m51s

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:14 +03:00
parent a788d44773
commit abfd9657f9

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