mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
update Go version to 1.15
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module sigs.k8s.io/kustomize/releasing
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/spf13/cobra v1.0.0
|
||||
|
||||
@@ -73,7 +73,7 @@ func TestCheckModReplace1(t *testing.T) {
|
||||
path := "testpath"
|
||||
dataString := `module sigs.k8s.io/kustomize/kustomize/v3
|
||||
|
||||
go 1.13
|
||||
go 1.15
|
||||
|
||||
replace (
|
||||
sigs.k8s.io/kustomize/cmd/kubectl v0.0.3 => ../cmd/kubectl
|
||||
@@ -93,7 +93,7 @@ func TestCheckModReplace2(t *testing.T) {
|
||||
path := "testpath"
|
||||
dataString := `module sigs.k8s.io/kustomize/kustomize/v3
|
||||
|
||||
go 1.13
|
||||
go 1.15
|
||||
|
||||
replace sigs.k8s.io/kustomize/cmd/kubectl v0.0.3 => ../cmd/kubectl`
|
||||
|
||||
@@ -111,7 +111,7 @@ func TestCheckModReplace3(t *testing.T) {
|
||||
path := "testpath"
|
||||
dataString := `module sigs.k8s.io/kustomize/kustomize/v3
|
||||
|
||||
go 1.13
|
||||
go 1.15
|
||||
|
||||
exclude (
|
||||
github.com/russross/blackfriday v2.0.0+incompatible
|
||||
@@ -127,7 +127,7 @@ func TestCheckModReplace3(t *testing.T) {
|
||||
func TestCheckModReplaceWithFile(t *testing.T) {
|
||||
dataString := `module sigs.k8s.io/kustomize/kustomize/v3
|
||||
|
||||
go 1.13
|
||||
go 1.15
|
||||
|
||||
exclude (
|
||||
github.com/russross/blackfriday v2.0.0+incompatible
|
||||
|
||||
Reference in New Issue
Block a user