Skip to content

Commit

Permalink
Move go.mod back to go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Jul 6, 2020
1 parent 205d5c5 commit ae43f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module k8s.io/kubernetes

go 1.14
go 1.13

require (
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kubernetes/hack/tools

go 1.14
go 1.13

require (
github.com/bazelbuild/bazel-gazelle v0.19.1-0.20191105222053-70208cbdc798
Expand Down

0 comments on commit ae43f87

Please sign in to comment.