File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2121 - name : Install Go
2222 uses : actions/setup-go@v2
2323 with :
24- go-version : 1.21 .x
24+ go-version : 1.22 .x
2525
2626 - name : Checkout code
2727 uses : actions/checkout@v2
3939 - name : Install Go
4040 uses : actions/setup-go@v2
4141 with :
42- go-version : 1.21 .x
42+ go-version : 1.22 .x
4343
4444 - name : Install rust
4545 uses : actions-rust-lang/setup-rust-toolchain@9399c7bb15d4c7d47b27263d024f0a4978346ba4 # v1.11.0
6666 - name : Install Go
6767 uses : actions/setup-go@v2
6868 with :
69- go-version : 1.21 .x
69+ go-version : 1.22 .x
7070
7171 - name : Checkout code
7272 uses : actions/checkout@v2
@@ -111,7 +111,7 @@ jobs:
111111 - name : Install Go
112112 uses : actions/setup-go@v2
113113 with :
114- go-version : 1.21 .x
114+ go-version : 1.22 .x
115115
116116 - name : Checkout code
117117 uses : actions/checkout@v2
@@ -134,7 +134,7 @@ jobs:
134134 - name : Install Go
135135 uses : actions/setup-go@v2
136136 with :
137- go-version : 1.21 .x
137+ go-version : 1.22 .x
138138
139139 - name : Checkout code
140140 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILDNUM=""
55ARG SCROLL_LIB_PATH=/scroll/lib
66
77# Build libzkp dependency
8- FROM scrolltech/go-rust-builder:go-1.21 -rust-nightly-2023-12-03 as chef
8+ FROM scrolltech/go-rust-builder:go-1.22 -rust-nightly-2023-12-03 as chef
99WORKDIR app
1010
1111FROM chef as planner
@@ -22,7 +22,7 @@ RUN cargo clean
2222RUN cargo build --release
2323
2424# Build Geth in a stock Go builder container
25- FROM scrolltech/go-rust-builder:go-1.21 -rust-nightly-2023-12-03 as builder
25+ FROM scrolltech/go-rust-builder:go-1.22 -rust-nightly-2023-12-03 as builder
2626
2727ADD . /go-ethereum
2828
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION=""
44ARG 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
99RUN apk add --no-cache gcc musl-dev linux-headers git
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILDNUM=""
55ARG SCROLL_LIB_PATH=/scroll/lib
66
77# Build Geth in a stock Go builder container
8- FROM scrolltech/go-rust-builder:go-1.21 -rust-nightly-2023-12-03 as builder
8+ FROM scrolltech/go-rust-builder:go-1.22 -rust-nightly-2023-12-03 as builder
99
1010WORKDIR /go-ethereum
1111COPY go.mod go.sum ./
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG VERSION=""
44ARG 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
99RUN apk add --no-cache gcc musl-dev linux-headers git
1010
Original file line number Diff line number Diff line change 11module github.com/scroll-tech/go-ethereum
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/Azure/azure-storage-blob-go v0.7.0
You can’t perform that action at this time.
0 commit comments