Skip to content

Commit

Permalink
Merge pull request #207 from simonpasquier/bump-golang-1.12
Browse files Browse the repository at this point in the history
Bump Go version to 1.12
  • Loading branch information
Matthias Rampke authored Apr 26, 2019
2 parents abb2ab0 + 7631485 commit 54cf241
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ executors:
# should also be updated.
golang:
docker:
- image: circleci/golang:1.11
- image: circleci/golang:1.12

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 54cf241

Please sign in to comment.