Skip to content

Commit ea361ea

Browse files
simonpasquierbrian-brazil
authored andcommitted
Bump golang 1.13 (#522)
*: bump Go version to 1.13 * Fix go.mod and vendor/ Signed-off-by: Simon Pasquier <[email protected]>
1 parent f137b08 commit ea361ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+13
-8362
lines changed

.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.12
4+
version: 1.13
55
repository:
66
path: github.com/prometheus/blackbox_exporter
77
build:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: go
55
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
66
# should also be updated.
77
go:
8-
- 1.12.x
8+
- 1.13.x
99

1010
go_import_path: github.com/prometheus/blackbox_exporter
1111

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ require (
1919
gopkg.in/yaml.v2 v2.2.2 // indirect
2020
gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
2121
)
22+
23+
go 1.13

vendor/github.com/miekg/dns/duplicate_generate.go

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)