ci: update to go 1.12.1

Go 1.11 has some weird go module checksum issues.
This commit is contained in:
Steven Allen 2019-03-21 10:28:25 -07:00
parent 120926bc13
commit fd843511d6
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
environment:
GO111MODULE: "on"
steps:

View File

@ -4,7 +4,6 @@ os:
language: go
go:
- 1.11.x
- 1.12.x
env: