update go version
This commit is contained in:
parent
c7f9a4852b
commit
f6d8018106
|
|
@ -14,8 +14,8 @@
|
||||||
"minikube": "none"
|
"minikube": "none"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/go:1": {
|
"ghcr.io/devcontainers/features/go:1": {
|
||||||
"version": "1.20",
|
"version": "1.21",
|
||||||
"golangciLintVersion": "1.55.2"
|
"golangciLintVersion": "1.58.2"
|
||||||
},
|
},
|
||||||
"ghcr.io/mpriscella/features/kind:1": {
|
"ghcr.io/mpriscella/features/kind:1": {
|
||||||
"version": "latest"
|
"version": "latest"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ API_VERSION_NEXT="v1alpha3"
|
||||||
API_VERSION="v1alpha2"
|
API_VERSION="v1alpha2"
|
||||||
CLUSTER_DOMAIN="cluster.local"
|
CLUSTER_DOMAIN="cluster.local"
|
||||||
GEN_CRD_API="gen-crd-api-reference-docs"
|
GEN_CRD_API="gen-crd-api-reference-docs"
|
||||||
GO_VERSION="1.20.14"
|
GO_VERSION="1.21.12"
|
||||||
HELM_VERSION="3.12.3"
|
HELM_VERSION="3.12.3"
|
||||||
IMAGE_PULL_MODE="local"
|
IMAGE_PULL_MODE="local"
|
||||||
KIND_CLUSTER_NAME="jenkins"
|
KIND_CLUSTER_NAME="jenkins"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue