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:
|
||||
build:
|
||||
docker:
|
||||
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
|
||||
- image: circleci/golang:1.17.2
|
||||
# CircleCI Go images available at: https://hub.docker.com/r/cimg/go
|
||||
- image: cimg/go:1.18
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
|
||||
working_directory: /go/src/bitbucket.org/ausocean/av
|
||||
working_directory: ~/go/src/bitbucket.org/ausocean/av
|
||||
|
||||
environment:
|
||||
TEST_RESULTS: /tmp/test-results
|
||||
|
|
Loading…
Reference in New Issue