mirror of https://bitbucket.org/ausocean/av.git
circleci: updated golang version to 1.13
This commit is contained in:
parent
529ca0d547
commit
a40aef5160
|
@ -3,7 +3,7 @@ jobs:
|
|||
build:
|
||||
docker:
|
||||
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
|
||||
- image: circleci/golang:1.12
|
||||
- image: circleci/golang:1.13
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
|
||||
|
|
Loading…
Reference in New Issue