ci: update build to Go 1.12.5

This commit is contained in:
Geoff Bourne 2019-06-07 22:03:32 -05:00
parent b6edd937ea
commit 8cf61e3d6c

View File

@ -1,12 +1,9 @@
# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2 version: 2
defaults: &defaults defaults: &defaults
docker: docker:
# specify the version # specify the version
- image: circleci/golang:1.12 - image: circleci/golang:1.12.5
jobs: jobs:
build: build: