Skip to content

Commit 56870ae

Browse files
authored
ci(action): update actions/setup-go action to v6
1 parent 1e9709b commit 56870ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/ci/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
using: composite
77
steps:
88
- name: Setup Go
9-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
9+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1010
with:
1111
go-version-file: go.mod
1212
cache: false

0 commit comments

Comments
 (0)