mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
feat:update go version
Signed-off-by: Chen Kai <281165273grape@gmail.com>
This commit is contained in:
parent
6994aa9263
commit
7a225ea6cd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM --platform=linux/amd64 golang:1.20.13 as builder
|
FROM --platform=linux/amd64 golang:1.22 as builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue