mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Move go.mod back to go1.13
This commit is contained in:
parent
205d5c5829
commit
ae43f87954
2
go.mod
2
go.mod
@ -6,7 +6,7 @@
|
||||
|
||||
module k8s.io/kubernetes
|
||||
|
||||
go 1.14
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user