Skip to content

Commit b235f99

Browse files
committed
CI: use Go 1.24
1 parent 33e10f5 commit b235f99

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/go-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: '1.20'
25+
go-version: '1.24'
2626
check-latest: true
2727

2828
- name: Build (amd64)
@@ -42,7 +42,7 @@ jobs:
4242
- name: Set up Go
4343
uses: actions/setup-go@v3
4444
with:
45-
go-version: '1.20'
45+
go-version: '1.24'
4646
check-latest: true
4747

4848
- name: Build (amd64)

.github/workflows/go.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
go:
21-
- '1.19'
22-
- '1.20'
21+
- '1.24'
2322

2423
name: Go ${{ matrix.go }} tests
2524
steps:

0 commit comments

Comments
 (0)