Skip to content

Commit 17e65f1

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 2efd5f8 commit 17e65f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Install Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828
- name: Check out code

0 commit comments

Comments
 (0)