Merge pull request #207 from simonpasquier/bump-golang-1.12

Bump Go version to 1.12
This commit is contained in:
Matthias Rampke 2019-04-26 09:43:27 +00:00 committed by GitHub
commit 54cf241044
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ executors:
# should also be updated.
golang:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12
jobs:
test:

View file

@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated.
version: 1.11
version: 1.12
repository:
path: github.com/prometheus/statsd_exporter
build:

View file

@ -4,7 +4,7 @@ language: go
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated.
go:
- 1.11.x
- 1.12.x
go_import_path: github.com/prometheus/statsd_exporter