File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
command : sudo rm -rf /usr/local/go
20
20
# Whenever the Go version is updated here, .promu.yml should also be updated.
21
21
- go/install :
22
- version : " 1.13 "
22
+ version : " 1.14 "
23
23
- run :
24
24
name : Remove generated code
25
25
command : make clean
38
38
test :
39
39
docker :
40
40
# 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
42
42
# maildev containers are for running the email tests against a "real" SMTP server.
43
43
# See notify/email_test.go for details.
44
44
- image : djfarrelly/maildev@sha256:624e0ec781e11c3531da83d9448f5861f258ee008c1b2da63b3248bfd680acfa
Original file line number Diff line number Diff line change 1
1
go :
2
2
# Whenever the Go version is updated here, .travis.yml and
3
3
# .circle/config.yml should also be updated.
4
- version : 1.13
4
+ version : 1.14
5
5
repository :
6
6
path : github.com/prometheus/alertmanager
7
7
build :
You can’t perform that action at this time.
0 commit comments