Skip to content

Commit 654fa16

Browse files
Merge pull request #359 from restic/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents cc35212 + 822a8dc commit 654fa16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v5
4747

4848
- name: Set up Go ${{ matrix.go }}
49-
uses: actions/setup-go@v5
49+
uses: actions/setup-go@v6
5050
with:
5151
go-version: ${{ matrix.go }}
5252

@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@v5
8282

8383
- name: Set up Go ${{ env.latest_go }}
84-
uses: actions/setup-go@v5
84+
uses: actions/setup-go@v6
8585
with:
8686
go-version: ${{ env.latest_go }}
8787

0 commit comments

Comments
 (0)