Skip to content

Commit a8bd254

Browse files
akoclaude
andcommitted
Bump actions/setup-go from v5 to v6 in all workflows
Resolves Node.js 20 deprecation warning. v6 uses Node.js 24. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a5b4cdb commit a8bd254

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717

18-
- uses: actions/setup-go@v5
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: '1.26'
2121

@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242

43-
- uses: actions/setup-go@v5
43+
- uses: actions/setup-go@v6
4444
with:
4545
go-version: '1.26'
4646

.github/workflows/push-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v5
10-
- uses: actions/setup-go@v5
10+
- uses: actions/setup-go@v6
1111
with:
1212
go-version: '1.26'
1313
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@v5
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: '1.26'
2121
- name: Build release binaries

0 commit comments

Comments
 (0)