[#1637] govulncheck: Use patch release with security fixes
All checks were successful
DCO action / DCO (pull_request) Successful in 46s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m16s
Build / Build Components (pull_request) Successful in 1m39s
Tests and linters / Run gofumpt (pull_request) Successful in 1m36s
Vulncheck / Vulncheck (pull_request) Successful in 1m47s
Tests and linters / Staticcheck (pull_request) Successful in 2m8s
Tests and linters / Lint (pull_request) Successful in 2m49s
Tests and linters / Tests (pull_request) Successful in 3m44s
Tests and linters / Tests with -race (pull_request) Successful in 4m14s
Tests and linters / gopls check (pull_request) Successful in 4m46s
Vulncheck / Vulncheck (push) Successful in 50s
Pre-commit hooks / Pre-commit (push) Successful in 2m4s
Tests and linters / Run gofumpt (push) Successful in 1m58s
Build / Build Components (push) Successful in 2m29s
Tests and linters / Staticcheck (push) Successful in 2m26s
Tests and linters / Lint (push) Successful in 3m10s
Tests and linters / Tests with -race (push) Successful in 4m18s
Tests and linters / Tests (push) Successful in 4m24s
OCI image / Build container images (push) Successful in 4m33s
Tests and linters / gopls check (push) Successful in 4m38s

Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
Alexander Chuprov 2025-02-06 21:19:24 +03:00
parent 9b113c3156
commit 69c35b1d61
Signed by: achuprov
GPG key ID: 2D916FFD803B0EDD

View file

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