Skip to content

Commit

Permalink
Merge pull request #565 from vincepri/k8s-121-go116
Browse files Browse the repository at this point in the history
⚠ Update Kubernetes 1.21.0 and Go 1.16
  • Loading branch information
k8s-ci-robot committed Apr 27, 2021
2 parents f284e2e + f38cad7 commit 996cc39
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 97 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ os:
- osx

go:
- "1.13"
- "1.16"

git:
depth: 3

go_import_path: sigs.k8s.io/controller-tools

install:
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.23.6
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.32.0

script:
- GO111MODULE=on TRACE=1 ./test.sh
Expand Down
23 changes: 11 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
module sigs.k8s.io/controller-tools

go 1.15
go 1.16

require (
github.com/fatih/color v1.9.0
github.com/fatih/color v1.10.0
github.com/gobuffalo/flect v0.2.2
github.com/google/go-cmp v0.5.2
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/onsi/ginkgo v1.14.1
github.com/onsi/gomega v1.10.2
github.com/spf13/cobra v1.1.1
github.com/google/go-cmp v0.5.5
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/api v0.20.2
k8s.io/apiextensions-apiserver v0.20.2
k8s.io/apimachinery v0.20.2
golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.21.0
k8s.io/apiextensions-apiserver v0.21.0
k8s.io/apimachinery v0.21.0
sigs.k8s.io/yaml v1.2.0
)

0 comments on commit 996cc39

Please sign in to comment.