Skip to content

Commit 60acead

Browse files
authored
*: add check-latest to setup-go (#4159)
Fix `govulncheck` errors by adding `check-latest` to `setup-go`. category: misc ticket: none
1 parent 29ed4c7 commit 60acead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-go/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runs:
1212
id: setup-go
1313
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1414
with:
15+
check-latest: true
1516
go-version: "1.25"
1617

1718
- name: Verify setup

0 commit comments

Comments
 (0)