From f6d801810670194b4b8a88224e092ca2f6f3f8ee Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Fri, 19 Jul 2024 13:03:09 +0200 Subject: [PATCH] update go version --- .devcontainer/devcontainer.json | 4 ++-- config.base.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9ba22fe52..4b87a8f29 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -14,8 +14,8 @@ "minikube": "none" }, "ghcr.io/devcontainers/features/go:1": { - "version": "1.20", - "golangciLintVersion": "1.55.2" + "version": "1.21", + "golangciLintVersion": "1.58.2" }, "ghcr.io/mpriscella/features/kind:1": { "version": "latest" diff --git a/config.base.env b/config.base.env index 8f1759a29..86a4f0314 100644 --- a/config.base.env +++ b/config.base.env @@ -3,7 +3,7 @@ API_VERSION_NEXT="v1alpha3" API_VERSION="v1alpha2" CLUSTER_DOMAIN="cluster.local" GEN_CRD_API="gen-crd-api-reference-docs" -GO_VERSION="1.20.14" +GO_VERSION="1.21.12" HELM_VERSION="3.12.3" IMAGE_PULL_MODE="local" KIND_CLUSTER_NAME="jenkins"