Skip to content

Commit 684cc2b

Browse files
Update actions/setup-go action to v6
1 parent f4a6041 commit 684cc2b

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
@@ -49,7 +49,7 @@ jobs:
4949
5050
steps:
5151
- name: Install Go
52-
uses: actions/setup-go@v5
52+
uses: actions/setup-go@v6
5353
with:
5454
go-version: ${{ matrix.go-version }}
5555

@@ -91,7 +91,7 @@ jobs:
9191
fetch-depth: 0
9292
-
9393
name: Set up Go
94-
uses: actions/setup-go@v5
94+
uses: actions/setup-go@v6
9595
with:
9696
go-version: 1.25.x
9797
-

0 commit comments

Comments
 (0)