Skip to content

Commit c1ca4a4

Browse files
authored
Merge pull request #698 from nginx-proxy/dependabot/github_actions/actions/setup-go-6
ci: bump actions/setup-go from 5 to 6
2 parents 0ba8ea4 + 47e3b1f commit c1ca4a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 1
2020

21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version-file: go.mod
2424

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
go-version:
22-
- "1.23"
2322
- "1.24"
23+
- "1.25"
2424
os:
2525
- macos
2626
- ubuntu
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737

38-
- uses: actions/setup-go@v5
38+
- uses: actions/setup-go@v6
3939
with:
4040
go-version: ${{ matrix.go-version }}
4141

0 commit comments

Comments
 (0)