Skip to content

Commit 7ec0986

Browse files
authored
Merge pull request #1328 from kubernetes-csi/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 675bb20 + 84447be commit 7ec0986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Install go
17-
uses: actions/setup-go@v5
17+
uses: actions/setup-go@v6
1818
with:
1919
go-version: 1.24.6
2020

0 commit comments

Comments
 (0)