Skip to content

Commit a5ae4b1

Browse files
⬆️ Bump actions/setup-go from 5 to 6 (#39)
1 parent 89231f9 commit a5ae4b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# https://github.com/actions/setup-go
2222
- name: Use Go ${{ matrix.go_version }}
2323
timeout-minutes: 3
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@v6
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

0 commit comments

Comments
 (0)