Skip to content

Commit 8642d10

Browse files
Update actions/setup-go action to v5.0.2
1 parent ea86ac4 commit 8642d10

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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
41+
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4242
with:
4343
go-version: ${{ matrix.go }}
4444

0 commit comments

Comments
 (0)