Skip to content

Commit 40f4251

Browse files
Update actions/setup-go action to v5.3.0
1 parent 5c8066d commit 40f4251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/testing.yml

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

0 commit comments

Comments
 (0)