Skip to content

Commit 6004cb3

Browse files
Update actions/setup-go action to v6
1 parent f6bc92e commit 6004cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
disable-telemetry: true
3939

4040
- name: Set up Go ${{ matrix.go }}
41-
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
41+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4242
with:
4343
go-version: ${{ matrix.go }}
4444

0 commit comments

Comments
 (0)