Skip to content

Commit 2a119cc

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 6b3f0ba commit 2a119cc

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
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Setup Go
38-
uses: actions/setup-go@v5
38+
uses: actions/setup-go@v6
3939
with:
4040
go-version: ${{ env.GO_VERSION }}
4141
cache: false # The golangci-lint action does its own caching.
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: Setup Go
58-
uses: actions/setup-go@v5
58+
uses: actions/setup-go@v6
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161

0 commit comments

Comments
 (0)