mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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
|
||||
sudo: false
|
||||
go: '1.12.x'
|
||||
go: '1.14.x'
|
||||
git:
|
||||
submodules: false
|
||||
script:
|
||||
- go run build/ci.go lint
|
||||
|
||||
- stage: Build and test
|
||||
go: '1.12.x'
|
||||
go: '1.14.x'
|
||||
script:
|
||||
- sudo modprobe fuse
|
||||
- sudo chmod 666 /dev/fuse
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
- kill %1
|
||||
|
||||
- stage: Github release
|
||||
go: '1.12.x'
|
||||
go: '1.14.x'
|
||||
script:
|
||||
- GOARCH=amd64 GOOS=linux go build -o ./build/bin/XDC-linux-amd64 -v ./cmd/XDC
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue