*: bump Go version to 1.13

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2019-09-12 17:36:35 +02:00
parent b6e4b2a82e
commit 91cc64da62
2 changed files with 2 additions and 2 deletions

View file

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

View file

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