mirror of https://bitbucket.org/ausocean/av.git
circleci: update go version and use modules
This commit is contained in:
parent
79cc7b3338
commit
c7ace29526
|
@ -3,7 +3,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
|
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
|
||||||
- image: circleci/golang:1.11
|
- image: circleci/golang:1.12
|
||||||
|
environment:
|
||||||
|
GO111MODULE: "on"
|
||||||
|
|
||||||
working_directory: /go/src/bitbucket.org/ausocean/av
|
working_directory: /go/src/bitbucket.org/ausocean/av
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue