Skip to content

Commit a4e0e59

Browse files
committed
chore: bump CI to Go 1.24 for go-ethereum compatibility
1 parent 69769ed commit a4e0e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: ['1.21', '1.22', '1.23']
15+
go-version: ['1.24']
1616

1717
steps:
1818
- name: Checkout code
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@v5
5656
with:
57-
go-version: '1.22'
57+
go-version: '1.24'
5858

5959
- name: Download dependencies
6060
run: go mod download

0 commit comments

Comments
 (0)