Skip to content

Commit 7a1b63a

Browse files
chore(deps): update actions/setup-go action to v6
1 parent da07ddc commit 7a1b63a

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v5
4545

4646
- name: Setup Go
47-
uses: actions/setup-go@v5
47+
uses: actions/setup-go@v6
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050
cache: false # The golangci-lint action does its own caching.
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v5
6565

6666
- name: Setup Go
67-
uses: actions/setup-go@v5
67+
uses: actions/setup-go@v6
6868
with:
6969
go-version: ${{ env.GO_VERSION }}
7070

0 commit comments

Comments
 (0)