mirror of https://bitbucket.org/ausocean/av.git
Update go version in .circleci/config.yml
This commit is contained in:
parent
05a0ba79df
commit
f0fedd852d
|
@ -2,12 +2,12 @@ version: 2
|
||||||
jobs:
|
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/cimg/go
|
||||||
- image: circleci/golang:1.17.2
|
- image: cimg/go:1.18
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
|
|
||||||
working_directory: /go/src/bitbucket.org/ausocean/av
|
working_directory: ~/go/src/bitbucket.org/ausocean/av
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
TEST_RESULTS: /tmp/test-results
|
TEST_RESULTS: /tmp/test-results
|
||||||
|
|
Loading…
Reference in New Issue