Skip to content

Commit

Permalink
ci: update go version in govulncheck ci
Browse files Browse the repository at this point in the history
updating to go version in govulncheck ci as
1.22.3 has some latest govulncheck fixes.

Signed-off-by: subhamkrai <srai@redhat.com>
  • Loading branch information
subhamkrai committed May 8, 2024
1 parent 517b1bf commit 55714c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22.2"
go-version: "1.22"
check-latest: true
- name: govulncheck
uses: golang/govulncheck-action@v1

0 comments on commit 55714c4

Please sign in to comment.