update go version

This commit is contained in:
brokenpip3 2024-07-19 13:03:09 +02:00
parent c7f9a4852b
commit f6d8018106
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"