Skip to content

Commit 8f0a8c8

Browse files
Update actions/setup-go action to v6
1 parent 715c38d commit 8f0a8c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
12+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code

0 commit comments

Comments
 (0)