Skip to content

Commit

Permalink
Bump go version to 1.14 (#467)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
  • Loading branch information
roidelapluie committed May 28, 2020
1 parent 5b5ba74 commit eccea26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ orbs:

jobs:
test:
# Whenever the Go version is updated here, .travis.yml and .promu.yml
# should also be updated.
# Whenever the Go version is updated here, .promu.yml should also be
# updated.
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14

steps:
- prometheus/setup_environment
Expand Down
6 changes: 3 additions & 3 deletions .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.13
# Whenever the Go version is updated here, .circle/config.yml should also
# be updated.
version: 1.14
repository:
path: github.com/prometheus/mysqld_exporter
build:
Expand Down

0 comments on commit eccea26

Please sign in to comment.