Skip to content

Commit 00b7457

Browse files
chore(deps): update actions/setup-go action to v6
1 parent f19b8bf commit 00b7457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Setup Go
43-
uses: actions/setup-go@v5
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version: ${{ env.GO_VERSION }}
4646
cache: false # The golangci-lint action does its own caching.
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v4
6161

6262
- name: Setup Go
63-
uses: actions/setup-go@v5
63+
uses: actions/setup-go@v6
6464
with:
6565
go-version: ${{ env.GO_VERSION }}
6666

0 commit comments

Comments
 (0)