circleci: updated golang version to 1.13

This commit is contained in:
Saxon 2019-10-23 16:17:44 +10:30
parent 529ca0d547
commit a40aef5160
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ 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.12 - image: circleci/golang:1.13
environment: environment:
GO111MODULE: "on" GO111MODULE: "on"