Skip to content

Commit

Permalink
Merge pull request #484 from thockin/master
Browse files Browse the repository at this point in the history
Bump go to 1.17
  • Loading branch information
k8s-ci-robot authored Jan 31, 2022
2 parents f24435f + 6653b2c commit 238fbb8
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 409 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ BASEIMAGE ?= k8s.gcr.io/build-image/debian-base:buster-v1.8.0
IMAGE := $(REGISTRY)/$(BIN)
TAG := $(VERSION)__$(OS)_$(ARCH)

BUILD_IMAGE ?= golang:1.16-alpine
BUILD_IMAGE ?= golang:1.17-alpine

# If you want to build all binaries, see the 'all-build' rule.
# If you want to build all containers, see the 'all-container' rule.
Expand Down
30 changes: 29 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,32 @@ require (
github.com/spf13/pflag v1.0.5
)

go 1.16
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/licenseclassifier v0.0.0-20210325184830-bb04aff29e72 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/otiai10/copy v1.2.0 // indirect
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 // indirect
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/cobra v0.0.5 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f // indirect
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
golang.org/x/tools v0.0.0-20191118222007-07fc4c7f2b98 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)

go 1.17
3 changes: 0 additions & 3 deletions vendor/github.com/go-logr/logr/go.mod

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/google/go-licenses/go.mod

This file was deleted.

132 changes: 0 additions & 132 deletions vendor/github.com/google/go-licenses/go.sum

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/google/licenseclassifier/go.mod

This file was deleted.

11 changes: 0 additions & 11 deletions vendor/github.com/google/licenseclassifier/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/mitchellh/go-homedir/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/otiai10/copy/go.mod

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/otiai10/copy/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/prometheus/procfs/go.mod

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/spf13/cobra/go.mod

This file was deleted.

Loading

0 comments on commit 238fbb8

Please sign in to comment.