Skip to content

Commit 4759059

Browse files
committed
all: update to go version 1.22.0
1 parent b590cae commit 4759059

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: linux
1717
arch: amd64
1818
dist: bionic
19-
go: 1.21.x
19+
go: 1.22.x
2020
env:
2121
- docker
2222
services:
@@ -33,7 +33,7 @@ jobs:
3333
os: linux
3434
arch: arm64
3535
dist: bionic
36-
go: 1.21.x
36+
go: 1.22.x
3737
env:
3838
- docker
3939
services:
@@ -51,7 +51,7 @@ jobs:
5151
os: linux
5252
dist: bionic
5353
sudo: required
54-
go: 1.21.x
54+
go: 1.22.x
5555
env:
5656
- azure-linux
5757
git:
@@ -85,7 +85,7 @@ jobs:
8585
if: type = push
8686
os: osx
8787
osx_image: xcode14.2
88-
go: 1.21.x
88+
go: 1.22.x
8989
env:
9090
- azure-osx
9191
git:
@@ -101,7 +101,7 @@ jobs:
101101
os: linux
102102
arch: amd64
103103
dist: bionic
104-
go: 1.21.x
104+
go: 1.22.x
105105
script:
106106
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
107107

@@ -110,14 +110,14 @@ jobs:
110110
os: linux
111111
arch: arm64
112112
dist: bionic
113-
go: 1.20.x
113+
go: 1.21.x
114114
script:
115115
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
116116

117117
- stage: build
118118
os: linux
119119
dist: bionic
120-
go: 1.20.x
120+
go: 1.21.x
121121
script:
122122
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
123123

@@ -126,7 +126,7 @@ jobs:
126126
if: type = cron || (type = push && tag ~= /^v[0-9]/)
127127
os: linux
128128
dist: bionic
129-
go: 1.21.x
129+
go: 1.22.x
130130
env:
131131
- ubuntu-ppa
132132
git:
@@ -149,7 +149,7 @@ jobs:
149149
if: type = cron
150150
os: linux
151151
dist: bionic
152-
go: 1.21.x
152+
go: 1.22.x
153153
env:
154154
- azure-purge
155155
git:
@@ -162,7 +162,7 @@ jobs:
162162
if: type = cron
163163
os: linux
164164
dist: bionic
165-
go: 1.21.x
165+
go: 1.22.x
166166
script:
167167
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES
168168

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build Geth in a stock Go builder container
7-
FROM golang:1.21-alpine as builder
7+
FROM golang:1.22-alpine as builder
88

99
RUN apk add --no-cache gcc musl-dev linux-headers git
1010

Dockerfile.alltools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VERSION=""
44
ARG BUILDNUM=""
55

66
# Build Geth in a stock Go builder container
7-
FROM golang:1.21-alpine as builder
7+
FROM golang:1.22-alpine as builder
88

99
RUN apk add --no-cache gcc musl-dev linux-headers git
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ archives are published at https://geth.ethereum.org/downloads/.
1616

1717
For prerequisites and detailed build instructions please read the [Installation Instructions](https://geth.ethereum.org/docs/getting-started/installing-geth).
1818

19-
Building `geth` requires both a Go (version 1.19 or later) and a C compiler. You can install
19+
Building `geth` requires both a Go (version 1.21 or later) and a C compiler. You can install
2020
them using your favourite package manager. Once the dependencies are installed, run
2121

2222
```shell

build/checksums.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
# https://github.com/ethereum/execution-spec-tests/releases/download/v2.1.0/
66
ca89c76851b0900bfcc3cbb9a26cbece1f3d7c64a3bed38723e914713290df6c fixtures_develop.tar.gz
77

8-
# version:golang 1.21.6
8+
# version:golang 1.22.0
99
# https://go.dev/dl/
10-
124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248 go1.21.6.src.tar.gz
11-
31d6ecca09010ab351e51343a5af81d678902061fee871f912bdd5ef4d778850 go1.21.6.darwin-amd64.tar.gz
12-
0ff541fb37c38e5e5c5bcecc8f4f43c5ffd5e3a6c33a5d3e4003ded66fcfb331 go1.21.6.darwin-arm64.tar.gz
13-
a1d1a149b34bf0f53965a237682c6da1140acabb131bf0e597240e4a140b0e5e go1.21.6.freebsd-386.tar.gz
14-
de59e1217e4398b1522eed8dddabab2fa1b97aecbdca3af08e34832b4f0e3f81 go1.21.6.freebsd-amd64.tar.gz
15-
05d09041b5a1193c14e4b2db3f7fcc649b236c567f5eb93305c537851b72dd95 go1.21.6.linux-386.tar.gz
16-
3f934f40ac360b9c01f616a9aa1796d227d8b0328bf64cb045c7b8c4ee9caea4 go1.21.6.linux-amd64.tar.gz
17-
e2e8aa88e1b5170a0d495d7d9c766af2b2b6c6925a8f8956d834ad6b4cacbd9a go1.21.6.linux-arm64.tar.gz
18-
6a8eda6cc6a799ff25e74ce0c13fdc1a76c0983a0bb07c789a2a3454bf6ec9b2 go1.21.6.linux-armv6l.tar.gz
19-
e872b1e9a3f2f08fd4554615a32ca9123a4ba877ab6d19d36abc3424f86bc07f go1.21.6.linux-ppc64le.tar.gz
20-
92894d0f732d3379bc414ffdd617eaadad47e1d72610e10d69a1156db03fc052 go1.21.6.linux-s390x.tar.gz
21-
65b38857135cf45c80e1d267e0ce4f80fe149326c68835217da4f2da9b7943fe go1.21.6.windows-386.zip
22-
27ac9dd6e66fb3fd0acfa6792ff053c86e7d2c055b022f4b5d53bfddec9e3301 go1.21.6.windows-amd64.zip
23-
b93aff8f3c882c764c66a39b7a1483b0460e051e9992bf3435479129e5051bcd go1.21.6.windows-arm64.zip
10+
4d196c3d41a0d6c1dfc64d04e3cc1f608b0c436bd87b7060ce3e23234e1f4d5c go1.22.0.src.tar.gz
11+
ebca81df938d2d1047cc992be6c6c759543cf309d401b86af38a6aed3d4090f4 go1.22.0.darwin-amd64.tar.gz
12+
bf8e388b09134164717cd52d3285a4ab3b68691b80515212da0e9f56f518fb1e go1.22.0.darwin-arm64.tar.gz
13+
b8065da37783e8b9e7086365a54d74537e832c92311b61101a66989ab2458d8e go1.22.0.freebsd-386.tar.gz
14+
50f421c7f217083ac94aab1e09400cb9c2fea7d337679ec11f1638a11460da30 go1.22.0.freebsd-amd64.tar.gz
15+
1e209c4abde069067ac9afb341c8003db6a210f8173c77777f02d3a524313da3 go1.22.0.linux-386.tar.gz
16+
f6c8a87aa03b92c4b0bf3d558e28ea03006eb29db78917daec5cfb6ec1046265 go1.22.0.linux-amd64.tar.gz
17+
6a63fef0e050146f275bf02a0896badfe77c11b6f05499bb647e7bd613a45a10 go1.22.0.linux-arm64.tar.gz
18+
0525f92f79df7ed5877147bce7b955f159f3962711b69faac66bc7121d36dcc4 go1.22.0.linux-armv6l.tar.gz
19+
0e57f421df9449066f00155ce98a5be93744b3d81b00ee4c2c9b511be2a31d93 go1.22.0.linux-ppc64le.tar.gz
20+
2e546a3583ba7bd3988f8f476245698f6a93dfa9fe206a8ca8f85c1ceecb2446 go1.22.0.linux-s390x.tar.gz
21+
553d44928509965cbda02a45b35ab01cf8b925534bc526a34e2d9dc7794b57e8 go1.22.0.windows-386.zip
22+
78b3158fe3aa358e0b6c9f26ecd338f9a11441e88bc434ae2e9f0ca2b0cc4dd3 go1.22.0.windows-amd64.zip
23+
31a61e41d06a3bb2189a303f5f3e777ca4b454eff439f0a67bc2b166330021f4 go1.22.0.windows-arm64.zip
2424

2525
# version:golangci 1.55.2
2626
# https://github.com/golangci/golangci-lint/releases/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ethereum/go-ethereum
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.2.0

0 commit comments

Comments
 (0)