Upgrade golang to v1.13

This commit is contained in:
Rui Chen
2019-09-29 16:34:18 -04:00
parent 326fb689be
commit 5caba59073
7 changed files with 8 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ current setup.
#### requirements
* linux, git, curl, Go 1.12
* linux, git, curl, Go 1.13
## Make a place to work
@@ -226,4 +226,3 @@ Above, if you had set
there would be no need to use `XDG_CONFIG_HOME` in the
_kustomize_ command above.

View File

@@ -21,7 +21,7 @@ current setup.
#### requirements
* linux, git, curl, Go 1.12
* linux, git, curl, Go 1.13
For encryption
@@ -173,7 +173,7 @@ dependency [skew].
On load failure
* be sure to build the plugin with the same
version of Go (_go1.12_) on the same `$GOOS`
version of Go (_go1.13_) on the same `$GOOS`
(_linux_) and `$GOARCH` (_amd64_) used to build
the kustomize being [used in this demo].