Skip to content

Commit de58c6c

Browse files
committed
stable go input
1 parent afc1e51 commit de58c6c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/actions/govulncheck/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ inputs:
44
go-version-input: # version of Go to use for govulncheck
55
description: 'Version of Go to use for govulncheck'
66
required: false
7+
default: 'stable'
78
check-latest:
89
description: 'Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec'
910
required: false

.github/workflows/govulncheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
with:
1515
work-dir: .
1616
repo-checkout: false
17-
go-version-input: '1.23.x'
1817
#go-version-file: go.mod
1918
#output-format: sarif
2019
#output-file: out.sarif

0 commit comments

Comments
 (0)