Skip to content

Commit

Permalink
Update to go 1.15 (prometheus#7798)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
Julien Pivotto authored Aug 15, 2020
1 parent 8cccbf5 commit 041da62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ executors:
# should also be updated.
golang:
docker:
- image: circleci/golang:1.14-node
- image: circleci/golang:1.15-node

fuzzit:
docker:
Expand Down
3 changes: 1 addition & 2 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,
# .circle/config.yml should also be updated.
version: 1.14
version: 1.15
repository:
path: github.com/prometheus/prometheus
build:
Expand Down Expand Up @@ -30,7 +30,6 @@ crossbuild:
- linux/amd64
- linux/386
- darwin/amd64
- darwin/386
- windows/amd64
- windows/386
- freebsd/amd64
Expand Down

0 comments on commit 041da62

Please sign in to comment.