Skip to content

Commit 2adeec2

Browse files
authored
Merge pull request #1348 from apernet/ci-update
chore: update go version to 1.24 in workflows
2 parents b2567df + aa5f68a commit 2adeec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.23"
22+
go-version: "1.24"
2323

2424
- name: Setup Python # This is for the build script
2525
uses: actions/setup-python@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v5
2525
with:
26-
go-version: "1.23"
26+
go-version: "1.24"
2727

2828
- name: Setup Python # This is for the build script
2929
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)