Skip to content

Commit 0455049

Browse files
Bump golang 1.13 (#171)
* *: bump Go version to 1.13 Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix go.mod and vendor/ Signed-off-by: Simon Pasquier <spasquie@redhat.com>
1 parent 195392a commit 0455049

File tree

5 files changed

+9
-341
lines changed

5 files changed

+9
-341
lines changed

.circleci/config.yml

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

1010
jobs:
1111
test:

.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/promu
77
build:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/prometheus/promu
22

33
require (
44
github.com/Masterminds/semver v1.4.2
5-
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
6-
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
75
github.com/google/go-github/v25 v25.0.0
86
github.com/kr/pretty v0.1.0 // indirect
97
github.com/pkg/errors v0.8.1
@@ -13,3 +11,5 @@ require (
1311
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
1412
gopkg.in/yaml.v2 v2.2.2
1513
)
14+
15+
go 1.13

vendor/github.com/google/go-github/v25/github/gen-accessors.go

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

0 commit comments

Comments
 (0)