Merge pull request #3281 from Shell32-Natsu/update-go-version

update Go version to 1.15
This commit is contained in:
Jeff Regan
2020-11-25 14:05:24 -08:00
committed by GitHub
46 changed files with 62 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/api
go 1.14
go 1.15
require (
github.com/evanphx/json-patch v4.5.0+incompatible

View File

@@ -1,6 +1,6 @@
module sigs.k8s.io/kustomize/api/internal/crawl
go 1.14
go 1.15
require (
github.com/elastic/go-elasticsearch/v6 v6.8.5