1.21.1
This commit is contained in:
parent
073d4deea6
commit
a71587182f
|
@ -7,6 +7,7 @@ jobs:
|
||||||
- stage: build
|
- stage: build
|
||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
|
go: 1.21.1
|
||||||
arch: arm64
|
arch: arm64
|
||||||
git:
|
git:
|
||||||
submodules: false # avoid cloning ethereum/tests
|
submodules: false # avoid cloning ethereum/tests
|
||||||
|
@ -17,6 +18,7 @@ jobs:
|
||||||
- stage: build
|
- stage: build
|
||||||
if: type = push
|
if: type = push
|
||||||
os: linux
|
os: linux
|
||||||
|
go: 1.21.1
|
||||||
arch: arm64
|
arch: arm64
|
||||||
dist: focal
|
dist: focal
|
||||||
git:
|
git:
|
||||||
|
|
Loading…
Reference in New Issue