Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 2664db6

Browse files
committed
Switched to Go 1.21
1 parent 16d93ad commit 2664db6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/geth-utils.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Go
3131
uses: actions/setup-go@v4
3232
with:
33-
go-version: '1.20'
33+
go-version: '1.21'
3434

3535
- name: Format
3636
uses: Jerome1337/[email protected]

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup golang
7373
uses: actions/setup-go@v3
7474
with:
75-
go-version: ~1.19
75+
go-version: ~1.21
7676
# Go cache for building geth-utils
7777
- name: Go cache
7878
uses: actions/cache@v3

.github/workflows/main-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup golang
4949
uses: actions/setup-go@v3
5050
with:
51-
go-version: ~1.19
51+
go-version: ~1.21
5252
# Go cache for building geth-utils
5353
- name: Go cache
5454
uses: actions/cache@v3
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup golang
107107
uses: actions/setup-go@v3
108108
with:
109-
go-version: ~1.19
109+
go-version: ~1.21
110110
# Go cache for building geth-utils
111111
- name: Go cache
112112
uses: actions/cache@v3

0 commit comments

Comments
 (0)