Skip to content

Commit 32469cd

Browse files
authored
Update govulncheck.yml
Signed-off-by: Ryan Parman <rparman@northwood-labs.com>
1 parent 452e0d1 commit 32469cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/govulncheck.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,18 @@ jobs:
3434
github.com:443
3535
objects.githubusercontent.com:443
3636
proxy.golang.org:443
37+
release-assets.githubusercontent.com:443
3738
sum.golang.org:443
3839
vuln.go.dev:443
3940
4041
- name: Install Go
4142
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4243
with:
43-
go-version: ">= 1.22.1"
44+
go-version: ">= 1.23"
4445
cache: true
4546

4647
- id: govulncheck
4748
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
4849
with:
49-
go-version-input: ">= 1.21"
50+
go-version-input: ">= 1.23"
5051
check-latest: true

0 commit comments

Comments
 (0)