Use Go 1.9.4 for builds

This commit is contained in:
Daniel Nelson
2018-03-09 14:13:52 -08:00
parent 48cbdbcdde
commit ed56360db9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
defaults: &defaults
docker:
- image: 'circleci/golang:1.9.2'
- image: 'circleci/golang:1.9.4'
working_directory: '/go/src/github.com/influxdata/telegraf'
version: 2
jobs: