Skip to content

Commit

Permalink
Bump go version to 1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed May 1, 2020
1 parent 6ca65c5 commit 5439a00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ orbs:
prometheus: prometheus/[email protected]

executors:
# 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.
golang:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.14

jobs:
test:
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/pushgateway
build:
Expand Down

0 comments on commit 5439a00

Please sign in to comment.