Skip to content

Commit

Permalink
Bump golang 1.13 (#522)
Browse files Browse the repository at this point in the history
*: bump Go version to 1.13
* Fix go.mod and vendor/

Signed-off-by: Simon Pasquier <[email protected]>
  • Loading branch information
simonpasquier authored and brian-brazil committed Sep 13, 2019
1 parent f137b08 commit ea361ea
Show file tree
Hide file tree
Showing 50 changed files with 13 additions and 8,362 deletions.
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated.
version: 1.12
version: 1.13
repository:
path: github.com/prometheus/blackbox_exporter
build:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ language: go
# Whenever the Go version is updated here, .circleci/config.yml and .promu.yml
# should also be updated.
go:
- 1.12.x
- 1.13.x

go_import_path: github.com/prometheus/blackbox_exporter

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ require (
gopkg.in/yaml.v2 v2.2.2 // indirect
gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae
)

go 1.13
144 changes: 0 additions & 144 deletions vendor/github.com/miekg/dns/duplicate_generate.go

This file was deleted.

Loading

0 comments on commit ea361ea

Please sign in to comment.