Skip to content

Commit 7f1ced6

Browse files
committed
bump govulncheck action go version
Signed-off-by: Jason Hall <imjasonh@gmail.com>
1 parent f644f24 commit 7f1ced6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
pull_request:
55
branches:
6-
- 'main'
6+
- "main"
77

88
permissions: {}
99

@@ -16,12 +16,12 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
1818
with:
19-
go-version: '1.24'
19+
go-version: "1.24"
2020
check-latest: true
2121

2222
- uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
2323
with:
24-
go-version-input: '1.24'
24+
go-version-input: "1.25'
2525
2626
- run: |
2727
go build ./...

0 commit comments

Comments
 (0)