Skip to content

Commit b489cfc

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 715c38d commit b489cfc

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@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code

0 commit comments

Comments
 (0)