Skip to content

Commit d9e878e

Browse files
authored
Merge pull request #772 from fxamacker/fxamacker/update-govulncheck-to-v1.3.0
Bump govulncheck from v1.1.4 to v1.3.0
2 parents c057fd9 + 6634e47 commit d9e878e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/govulncheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
- name: Install Go and setup env
3636
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3737
with:
38-
go-version: 1.23
38+
go-version: 1.26
3939
check-latest: true
4040

4141
- name: Install latest govulncheck
42-
run: go install golang.org/x/vuln/cmd/govulncheck@d1f380186385b4f64e00313f31743df8e4b89a77 # v1.1.4
42+
run: go install golang.org/x/vuln/cmd/govulncheck@0782b76014f15f24e22a438f30f308df42899ba1 # v1.3.0
4343

4444
- name: Run govulncheck
4545
run: govulncheck -show=traces ./...

0 commit comments

Comments
 (0)