Skip to content

Commit 0105455

Browse files
author
Julien Pivotto
authored
Update go to 1.14 (prometheus#1692)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
1 parent 70a77ae commit 0105455

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ executors:
99
# also be updated.
1010
golang:
1111
docker:
12-
- image: circleci/golang:1.13
12+
- image: circleci/golang:1.14
1313

1414
jobs:
1515
test:

.promu.yml

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

0 commit comments

Comments
 (0)