mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
update go version.
This commit is contained in:
parent
545fff8f8e
commit
7678826bd9
1 changed files with 3 additions and 3 deletions
|
|
@ -13,14 +13,14 @@ jobs:
|
||||||
|
|
||||||
- stage: Lint
|
- stage: Lint
|
||||||
sudo: false
|
sudo: false
|
||||||
go: '1.12.x'
|
go: '1.14.x'
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
script:
|
script:
|
||||||
- go run build/ci.go lint
|
- go run build/ci.go lint
|
||||||
|
|
||||||
- stage: Build and test
|
- stage: Build and test
|
||||||
go: '1.12.x'
|
go: '1.14.x'
|
||||||
script:
|
script:
|
||||||
- sudo modprobe fuse
|
- sudo modprobe fuse
|
||||||
- sudo chmod 666 /dev/fuse
|
- sudo chmod 666 /dev/fuse
|
||||||
|
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- kill %1
|
- kill %1
|
||||||
|
|
||||||
- stage: Github release
|
- stage: Github release
|
||||||
go: '1.12.x'
|
go: '1.14.x'
|
||||||
script:
|
script:
|
||||||
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/XDC-linux-amd64 -v ./cmd/XDC
|
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/XDC-linux-amd64 -v ./cmd/XDC
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue