From 12f496632ae91bacc66d8234b23b2ac30975b600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:48:01 +0200 Subject: [PATCH] deps: update golang docker tag to v1.22.5 (#3315) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: odubajDT Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: odubajDT Signed-off-by: asamonik <49288593+asamonik@users.noreply.github.com> --- .github/workflows/CI.yaml | 4 ++-- .github/workflows/component-test.yml | 2 +- .github/workflows/e2e-test.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/integration-test-component.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/load-test.yml | 2 +- .github/workflows/markdown-checks.yaml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/security-scans.yml | 2 +- .golangci.yml | 2 +- keptn-cert-manager/Dockerfile | 2 +- keptn-cert-manager/go.mod | 2 +- lifecycle-operator/Dockerfile | 2 +- lifecycle-operator/go.mod | 2 +- metrics-operator/Dockerfile | 2 +- metrics-operator/go.mod | 2 +- scheduler/Dockerfile | 2 +- scheduler/go.mod | 2 +- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 07398017bd8..04510e359eb 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -20,9 +20,9 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools - CONTROLLER_TOOLS_VERSION: "v0.13.0" + CONTROLLER_TOOLS_VERSION: "v0.15.0" ENVTEST_K8S_VERSION: "1.24.2" SCHEDULER_COMPATIBLE_K8S_VERSION: "v0.24.3" defaults: diff --git a/.github/workflows/component-test.yml b/.github/workflows/component-test.yml index ccdfd5c3d6b..1544667f986 100644 --- a/.github/workflows/component-test.yml +++ b/.github/workflows/component-test.yml @@ -9,7 +9,7 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" defaults: run: shell: bash diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 47381a2bfc6..1f01d13d30e 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -11,7 +11,7 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" defaults: run: shell: bash diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 5e145a7aa42..c05f7bbff0b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ permissions: read-all env: # renovate: datasource=github-releases depName=golangci/golangci-lint GOLANGCI_LINT_VERSION: "v1.55.2" - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" jobs: golangci-lint: name: golangci-lint diff --git a/.github/workflows/integration-test-component.yml b/.github/workflows/integration-test-component.yml index 71e8a49d5b1..d844aa8cb31 100644 --- a/.github/workflows/integration-test-component.yml +++ b/.github/workflows/integration-test-component.yml @@ -15,7 +15,7 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" defaults: run: shell: bash diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 62241875776..96225be2e8f 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -19,7 +19,7 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" defaults: run: shell: bash diff --git a/.github/workflows/load-test.yml b/.github/workflows/load-test.yml index 87456a02c84..2616d654af1 100644 --- a/.github/workflows/load-test.yml +++ b/.github/workflows/load-test.yml @@ -11,7 +11,7 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" # renovate: datasource=github-tags depName=cloud-bulldozer/kube-burner KUBE_BURNER_VERSION: "v1.7.11" defaults: diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index 57b039dedb2..a1651230027 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -22,7 +22,7 @@ on: permissions: read-all env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" defaults: run: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b068bb3089d..19542bf7da4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ defaults: shell: bash env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools - CONTROLLER_TOOLS_VERSION: "v0.13.0" + CONTROLLER_TOOLS_VERSION: "v0.15.0" SCHEDULER_COMPATIBLE_K8S_VERSION: "v0.24.3" PUBLISHABLE_ITEMS: '[".","lifecycle-operator","metrics-operator","keptn-cert-manager","runtimes/deno-runtime","runtimes/python-runtime","scheduler"]' diff --git a/.github/workflows/security-scans.yml b/.github/workflows/security-scans.yml index 9e54a0412dd..e3fe5228bfe 100644 --- a/.github/workflows/security-scans.yml +++ b/.github/workflows/security-scans.yml @@ -17,7 +17,7 @@ defaults: shell: bash env: - GO_VERSION: "~1.21" + GO_VERSION: "~1.22" jobs: prepare-security-scans: diff --git a/.golangci.yml b/.golangci.yml index 1f4e598a1a2..169d96f98e5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,6 @@ run: timeout: 5m - go: "~1.21" + go: "~1.22" linters: enable: - gofmt # Gofmt checks whether code was gofmt-ed. By default, this tool runs with -s option to check for code simplification diff --git a/keptn-cert-manager/Dockerfile b/keptn-cert-manager/Dockerfile index ba4a5d2a276..4f4cf5736b6 100644 --- a/keptn-cert-manager/Dockerfile +++ b/keptn-cert-manager/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.21.12-alpine3.19 AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 AS builder ENV CGO_ENABLED=0 diff --git a/keptn-cert-manager/go.mod b/keptn-cert-manager/go.mod index a11cb231e30..af9fbd32645 100644 --- a/keptn-cert-manager/go.mod +++ b/keptn-cert-manager/go.mod @@ -1,6 +1,6 @@ module github.com/keptn/lifecycle-toolkit/keptn-cert-manager -go 1.21 +go 1.22 require ( github.com/go-logr/logr v1.4.2 diff --git a/lifecycle-operator/Dockerfile b/lifecycle-operator/Dockerfile index 93006214322..92d93b3c587 100644 --- a/lifecycle-operator/Dockerfile +++ b/lifecycle-operator/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21.12-alpine3.19 AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 AS builder ENV CGO_ENABLED=0 diff --git a/lifecycle-operator/go.mod b/lifecycle-operator/go.mod index d75c3f54ccb..03f206490cf 100644 --- a/lifecycle-operator/go.mod +++ b/lifecycle-operator/go.mod @@ -1,6 +1,6 @@ module github.com/keptn/lifecycle-toolkit/lifecycle-operator -go 1.21 +go 1.22 require ( dario.cat/mergo v1.0.0 diff --git a/metrics-operator/Dockerfile b/metrics-operator/Dockerfile index 89079b98b5d..e7bb022d377 100644 --- a/metrics-operator/Dockerfile +++ b/metrics-operator/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21.12-alpine3.19 AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 AS builder ENV CGO_ENABLED=0 diff --git a/metrics-operator/go.mod b/metrics-operator/go.mod index 81b529f0437..9801426dbd8 100644 --- a/metrics-operator/go.mod +++ b/metrics-operator/go.mod @@ -1,6 +1,6 @@ module github.com/keptn/lifecycle-toolkit/metrics-operator -go 1.21 +go 1.22 require ( github.com/DataDog/datadog-api-client-go/v2 v2.25.0 diff --git a/scheduler/Dockerfile b/scheduler/Dockerfile index 408bf4f8cef..db9e90ec9ec 100644 --- a/scheduler/Dockerfile +++ b/scheduler/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.21.12-alpine3.19 AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine3.19 AS builder ENV CGO_ENABLED=0 diff --git a/scheduler/go.mod b/scheduler/go.mod index 53b022af586..4f59701dbeb 100644 --- a/scheduler/go.mod +++ b/scheduler/go.mod @@ -1,6 +1,6 @@ module github.com/keptn/lifecycle-toolkit/scheduler -go 1.21 +go 1.22 require ( github.com/kelseyhightower/envconfig v1.4.0