Skip to content

Commit

Permalink
Bump go version to 1.14 (#2248)
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 6, 2020
1 parent 6867a9b commit 8d050da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
command: sudo rm -rf /usr/local/go
# Whenever the Go version is updated here, .promu.yml should also be updated.
- go/install:
version: "1.13"
version: "1.14"
- run:
name: Remove generated code
command: make clean
Expand All @@ -38,7 +38,7 @@ jobs:
test:
docker:
# Whenever the Go version is updated here, .promu.yml should also be updated.
- image: circleci/golang:1.13
- image: circleci/golang:1.14
# maildev containers are for running the email tests against a "real" SMTP server.
# See notify/email_test.go for details.
- image: djfarrelly/maildev@sha256:624e0ec781e11c3531da83d9448f5861f258ee008c1b2da63b3248bfd680acfa
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
@@ -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
version: 1.14
repository:
path: github.com/prometheus/alertmanager
build:
Expand Down

0 comments on commit 8d050da

Please sign in to comment.