.circleci/config.yml: use go 1.12

This commit is contained in:
Adrien Delorme 2019-02-26 15:25:22 +01:00 committed by Adrien Delorme
parent eb98840f18
commit 6e872fc40b
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
working_directory: /go/src/github.com/hashicorp/packer
steps:
- checkout
- run: make ci
- run: make ci