Skip to content

Commit

Permalink
golang, bump to go 1.16
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi committed Aug 26, 2021
1 parent 5a66394 commit cc31c35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/k8snetworkplumbingwg/kubemacpool

go 1.15
go 1.16

require (
github.com/go-logr/logr v0.3.0
Expand All @@ -9,6 +9,7 @@ require (
github.com/onsi/ginkgo v1.15.0
github.com/onsi/gomega v1.10.5
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/qinqon/kube-admission-webhook v0.16.0
gomodules.xyz/jsonpatch/v2 v2.1.0
k8s.io/api v0.20.2
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ github.com/pborman/uuid
## explicit
github.com/pkg/errors
# github.com/prometheus/client_golang v1.7.1
## explicit
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
github.com/prometheus/client_golang/prometheus/promhttp
Expand Down

0 comments on commit cc31c35

Please sign in to comment.