Skip to content

Commit 8d050da

Browse files
author
Julien Pivotto
authored
Bump go version to 1.14 (prometheus#2248)
Signed-off-by: Julien Pivotto <[email protected]>
1 parent 6867a9b commit 8d050da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
command: sudo rm -rf /usr/local/go
2020
# Whenever the Go version is updated here, .promu.yml should also be updated.
2121
- go/install:
22-
version: "1.13"
22+
version: "1.14"
2323
- run:
2424
name: Remove generated code
2525
command: make clean
@@ -38,7 +38,7 @@ jobs:
3838
test:
3939
docker:
4040
# Whenever the Go version is updated here, .promu.yml should also be updated.
41-
- image: circleci/golang:1.13
41+
- image: circleci/golang:1.14
4242
# maildev containers are for running the email tests against a "real" SMTP server.
4343
# See notify/email_test.go for details.
4444
- image: djfarrelly/maildev@sha256:624e0ec781e11c3531da83d9448f5861f258ee008c1b2da63b3248bfd680acfa

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go:
22
# Whenever the Go version is updated here, .travis.yml and
33
# .circle/config.yml should also be updated.
4-
version: 1.13
4+
version: 1.14
55
repository:
66
path: github.com/prometheus/alertmanager
77
build:

0 commit comments

Comments
 (0)