Skip to content

Commit 271c07e

Browse files
Update actions/setup-go action to v6
1 parent 9c8daf3 commit 271c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Install Go
2727
if: success()
28-
uses: actions/setup-go@v5
28+
uses: actions/setup-go@v6
2929
with:
3030
go-version: ${{ matrix.go-version }}
3131

0 commit comments

Comments
 (0)