Skip to content

Commit 0eba466

Browse files
deps(deps): update actions/setup-go action to v6
1 parent 51c2265 commit 0eba466

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v6
3030
- name: Setup Go ${{ matrix.go-version }}
31-
uses: actions/setup-go@v5
31+
uses: actions/setup-go@v6
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434
- name: Run tests
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
fetch-depth: 0
6060
- name: Setup Go
61-
uses: actions/setup-go@v5
61+
uses: actions/setup-go@v6
6262
with:
6363
go-version: "1.26"
6464
cache: true

0 commit comments

Comments
 (0)