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