Skip to content

Commit cf55912

Browse files
Update actions/setup-go action to v6 (#116)
1 parent 4a9571c commit cf55912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/setup-go@v5
31+
- uses: actions/setup-go@v6
3232
- name: Build Binary
3333
run: go build .

0 commit comments

Comments
 (0)