update go version.

This commit is contained in:
olumuyiwadad 2021-09-27 10:54:47 +05:30
parent 545fff8f8e
commit 7678826bd9

View file

@ -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: