Skip to content

Commit a155508

Browse files
committed
bump to golangci-lint 1.19.1
Kubernetes now requires golang 1.13.4. When using golang 1.13.4 to build critest, we run into golangci-lint#659. Fix this by bumping to version 1.19.1, and running `make vendor` Signed-off-by: Peter Hunt <[email protected]>
1 parent bc50b06 commit a155508

File tree

505 files changed

+46261
-24550
lines changed

Some content is hidden

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

505 files changed

+46261
-24550
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ require (
99
github.com/ghodss/yaml v1.0.0
1010
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1111
github.com/golang/protobuf v1.3.2
12-
github.com/golangci/golangci-lint v1.17.1
12+
github.com/golangci/golangci-lint v1.19.1
1313
github.com/onsi/ginkgo v1.10.1
1414
github.com/onsi/gomega v1.7.0
1515
github.com/opencontainers/go-digest v1.0.0-rc1
1616
github.com/opencontainers/selinux v1.2.2
1717
github.com/pborman/uuid v1.2.0
1818
github.com/sirupsen/logrus v1.4.2
1919
github.com/urfave/cli v1.22.1
20-
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
21-
golang.org/x/sys v0.0.0-20190730183949-1393eb018365
20+
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
21+
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5
2222
google.golang.org/grpc v1.23.0
2323
gopkg.in/yaml.v2 v2.2.2
2424
k8s.io/api v0.0.0

go.sum

+123-61
Large diffs are not rendered by default.

vendor/github.com/OpenPeeDeeP/depguard/.gitignore

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/OpenPeeDeeP/depguard/Gopkg.lock

-43
This file was deleted.

vendor/github.com/OpenPeeDeeP/depguard/Gopkg.toml

-43
This file was deleted.

vendor/github.com/OpenPeeDeeP/depguard/README.md

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)