[#15] govulncheck: Use patch release with security fixes
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 48s
Tests and linters / Tests (pull_request) Successful in 1m19s
Vulncheck / Vulncheck (pull_request) Successful in 1m17s
Tests and linters / Staticcheck (pull_request) Successful in 1m47s
Tests and linters / gopls check (pull_request) Successful in 1m50s
Tests and linters / Tests with -race (pull_request) Successful in 51s
Tests and linters / Lint (pull_request) Successful in 1m21s
DCO action / DCO (pull_request) Successful in 26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 44s
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 48s
Tests and linters / Tests (pull_request) Successful in 1m19s
Vulncheck / Vulncheck (pull_request) Successful in 1m17s
Tests and linters / Staticcheck (pull_request) Successful in 1m47s
Tests and linters / gopls check (pull_request) Successful in 1m50s
Tests and linters / Tests with -race (pull_request) Successful in 51s
Tests and linters / Lint (pull_request) Successful in 1m21s
DCO action / DCO (pull_request) Successful in 26s
Pre-commit hooks / Pre-commit (pull_request) Successful in 44s
https://go.dev/doc/devel/release#go1.23.minor Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
9e4b16a923
commit
aacb4fcd8e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,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
|
||||
|
|
Loading…
Reference in a new issue