Skip to content

Commit c0ad903

Browse files
committed
workflows: use Go 1.22 to build binaries
Signed-off-by: Anna Shaleva <[email protected]>
1 parent 9faaba0 commit c0ad903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Set up Go
5858
uses: actions/setup-go@v5
5959
with:
60-
go-version: '1.21'
60+
go-version: '1.22'
6161
cache: true
6262

6363
- name: Build Alltools
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Go
109109
uses: actions/setup-go@v5
110110
with:
111-
go-version: '1.21'
111+
go-version: '1.22'
112112
cache: true
113113

114114
- name: Build geth

0 commit comments

Comments
 (0)