Skip to content

Commit

Permalink
golang, bump to go 1.16.7 (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi authored Aug 26, 2021
1 parent e9b1c64 commit d67f798
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
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
Loading

0 comments on commit d67f798

Please sign in to comment.