diff --git a/.github/actions/build_ko/action.yml b/.github/actions/build_ko/action.yml index df7c9536c..57e173509 100644 --- a/.github/actions/build_ko/action.yml +++ b/.github/actions/build_ko/action.yml @@ -49,7 +49,7 @@ runs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Set up ko diff --git a/.github/actions/e2e_mini/action.yml b/.github/actions/e2e_mini/action.yml index 15b44e24b..434072ccd 100644 --- a/.github/actions/e2e_mini/action.yml +++ b/.github/actions/e2e_mini/action.yml @@ -23,7 +23,7 @@ runs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build Constellation CLI uses: ./.github/actions/build_cli diff --git a/.github/workflows/azure-snp-reporter.yml b/.github/workflows/azure-snp-reporter.yml index 818e3475d..55c1d30f6 100644 --- a/.github/workflows/azure-snp-reporter.yml +++ b/.github/workflows/azure-snp-reporter.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: 1.20.1 + go-version: 1.20.2 - name: Build and upload azure SNP reporter container image id: build-and-upload @@ -67,7 +67,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: 1.20.1 + go-version: 1.20.2 - name: Download report JWT uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index b739861e2..e60745b88 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build the bootstrapper uses: ./.github/actions/build_bootstrapper @@ -45,7 +45,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build debugd uses: ./.github/actions/build_debugd @@ -61,7 +61,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build cdbg (Linux, amd64) uses: ./.github/actions/build_cdbg @@ -86,7 +86,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build cdbg (macOS, amd64) uses: ./.github/actions/build_cdbg with: @@ -110,7 +110,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build disk-mapper uses: ./.github/actions/build_disk_mapper @@ -126,7 +126,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build CLI (Linux, amd64) uses: ./.github/actions/build_cli @@ -151,7 +151,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build CLI (macOS, amd64) uses: ./.github/actions/build_cli diff --git a/.github/workflows/build-constellation-node-operator.yml b/.github/workflows/build-constellation-node-operator.yml index 9cd558c71..e19e8c024 100644 --- a/.github/workflows/build-constellation-node-operator.yml +++ b/.github/workflows/build-constellation-node-operator.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload constellation-node-operator container image uses: ./.github/actions/build_micro_service_ko diff --git a/.github/workflows/build-joinservice-image.yml b/.github/workflows/build-joinservice-image.yml index 40a808c1a..7014adb82 100644 --- a/.github/workflows/build-joinservice-image.yml +++ b/.github/workflows/build-joinservice-image.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload join service container image id: build-and-upload diff --git a/.github/workflows/build-keyservice-image.yml b/.github/workflows/build-keyservice-image.yml index fa0a7ea48..fe275afd9 100644 --- a/.github/workflows/build-keyservice-image.yml +++ b/.github/workflows/build-keyservice-image.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload KeyService container image id: build-and-upload diff --git a/.github/workflows/build-operator-manual.yml b/.github/workflows/build-operator-manual.yml index fb7eeaa4c..79b02bcb3 100644 --- a/.github/workflows/build-operator-manual.yml +++ b/.github/workflows/build-operator-manual.yml @@ -46,7 +46,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload constellation-node-operator container image uses: ./.github/actions/build_operator diff --git a/.github/workflows/build-os-image.yml b/.github/workflows/build-os-image.yml index f2097dacb..2201e59e2 100644 --- a/.github/workflows/build-os-image.yml +++ b/.github/workflows/build-os-image.yml @@ -64,7 +64,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Build bootstrapper @@ -955,7 +955,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Create CLI compatibility information artifact diff --git a/.github/workflows/build-qemu-metadata-image.yml b/.github/workflows/build-qemu-metadata-image.yml index 1c0f5b2ce..c45aa2806 100644 --- a/.github/workflows/build-qemu-metadata-image.yml +++ b/.github/workflows/build-qemu-metadata-image.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload qemu-metadata server container image id: build-and-upload diff --git a/.github/workflows/build-verification-service.yml b/.github/workflows/build-verification-service.yml index f9ac2036f..fdfcad708 100644 --- a/.github/workflows/build-verification-service.yml +++ b/.github/workflows/build-verification-service.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload verification-service container image id: build-and-upload diff --git a/.github/workflows/build-versionsapi-ci-image.yml b/.github/workflows/build-versionsapi-ci-image.yml index 071db45c9..f9cf76d56 100644 --- a/.github/workflows/build-versionsapi-ci-image.yml +++ b/.github/workflows/build-versionsapi-ci-image.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build and upload container image uses: ./.github/actions/build_micro_service diff --git a/.github/workflows/check-licenses.yml b/.github/workflows/check-licenses.yml index 2bb5d12c0..7fbe7aca7 100644 --- a/.github/workflows/check-licenses.yml +++ b/.github/workflows/check-licenses.yml @@ -29,7 +29,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Install go-licenses diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 39dc44e73..af3cea2b5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,7 +35,7 @@ jobs: if: matrix.language == 'go' uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Initialize CodeQL uses: github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4 diff --git a/.github/workflows/e2e-test-daily.yml b/.github/workflows/e2e-test-daily.yml index 417c64f2d..b02781e79 100644 --- a/.github/workflows/e2e-test-daily.yml +++ b/.github/workflows/e2e-test-daily.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Login to Azure if: matrix.provider == 'azure' diff --git a/.github/workflows/e2e-test-manual.yml b/.github/workflows/e2e-test-manual.yml index 2de0e867b..e5544b70a 100644 --- a/.github/workflows/e2e-test-manual.yml +++ b/.github/workflows/e2e-test-manual.yml @@ -192,7 +192,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Checkout head if: inputs.git-ref == 'head' @@ -260,7 +260,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Set up gcloud CLI (macOS) if: inputs.cloudProvider == 'gcp' && runner.os == 'macOS' diff --git a/.github/workflows/e2e-test-weekly.yml b/.github/workflows/e2e-test-weekly.yml index 9a92b9d2d..c0435b628 100644 --- a/.github/workflows/e2e-test-weekly.yml +++ b/.github/workflows/e2e-test-weekly.yml @@ -46,7 +46,15 @@ jobs: max-parallel: 5 matrix: test: - ["sonobuoy full", "autoscaling", "perf-bench", "lb", "verify", "recover", "iamcreate"] + [ + "sonobuoy full", + "autoscaling", + "perf-bench", + "lb", + "verify", + "recover", + "iamcreate", + ] provider: ["gcp", "azure", "aws"] version: ["v1.24", "v1.25", "v1.26"] exclude: @@ -100,7 +108,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Login to Azure if: matrix.provider == 'azure' diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 62d5d29d4..9cc6f03a6 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -54,7 +54,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Login to AWS diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 4a12f8c02..b2c1bbd05 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Build CLI uses: ./.github/actions/build_cli @@ -109,7 +109,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Install Cosign uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # tag=v2.8.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4aed7a8d..c68e944cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Build generateMeasurements tool diff --git a/.github/workflows/test-actionlint.yml b/.github/workflows/test-actionlint.yml index d45f1afca..9babf8d5a 100644 --- a/.github/workflows/test-actionlint.yml +++ b/.github/workflows/test-actionlint.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Install ShellCheck diff --git a/.github/workflows/test-go-generate.yml b/.github/workflows/test-go-generate.yml index 0ebe5f8f4..69124628d 100644 --- a/.github/workflows/test-go-generate.yml +++ b/.github/workflows/test-go-generate.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true cache-dependency-path: constellation/go.mod diff --git a/.github/workflows/test-govulncheck.yml b/.github/workflows/test-govulncheck.yml index 5c40984c6..4c6a95b78 100644 --- a/.github/workflows/test-govulncheck.yml +++ b/.github/workflows/test-govulncheck.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Get Go submodules diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 57266665a..90a368927 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Install Dependencies diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 6d9b6197a..5d094db3b 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Get Go submodules diff --git a/.github/workflows/test-operator-codegen.yml b/.github/workflows/test-operator-codegen.yml index d8993066d..f8c3089b6 100644 --- a/.github/workflows/test-operator-codegen.yml +++ b/.github/workflows/test-operator-codegen.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Run code generation diff --git a/.github/workflows/test-shellcheck.yml b/.github/workflows/test-shellcheck.yml index 387891e47..18d0a911e 100644 --- a/.github/workflows/test-shellcheck.yml +++ b/.github/workflows/test-shellcheck.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Install shellfmt shell: bash diff --git a/.github/workflows/test-shellfmt.yml b/.github/workflows/test-shellfmt.yml index 0eb30ff2a..c66798e9f 100644 --- a/.github/workflows/test-shellfmt.yml +++ b/.github/workflows/test-shellfmt.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Install shellfmt shell: bash diff --git a/.github/workflows/test-tidy.yml b/.github/workflows/test-tidy.yml index c9d421dc1..ee2afffb2 100644 --- a/.github/workflows/test-tidy.yml +++ b/.github/workflows/test-tidy.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" - name: Go tidy check id: tidycheck diff --git a/.github/workflows/test-unittest.yml b/.github/workflows/test-unittest.yml index 568207965..391027bde 100644 --- a/.github/workflows/test-unittest.yml +++ b/.github/workflows/test-unittest.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Install Dependencies @@ -63,7 +63,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: CLI Unit Tests diff --git a/.github/workflows/update-cli-reference.yml b/.github/workflows/update-cli-reference.yml index 39a854913..dabcb782f 100644 --- a/.github/workflows/update-cli-reference.yml +++ b/.github/workflows/update-cli-reference.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.20.1" + go-version: "1.20.2" cache: true - name: Regenerate CLI reference of the documentation diff --git a/3rdparty/gcp-guest-agent/Dockerfile b/3rdparty/gcp-guest-agent/Dockerfile index 0991e5ae8..acc1e0a7d 100644 --- a/3rdparty/gcp-guest-agent/Dockerfile +++ b/3rdparty/gcp-guest-agent/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \ git # Install Go -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \ rm go${GO_VER}.linux-amd64.tar.gz diff --git a/Dockerfile.build b/Dockerfile.build index 4a541ff29..1aaae49bd 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -5,7 +5,7 @@ RUN dnf -y update && \ dnf clean all # Install Go -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \ rm go${GO_VER}.linux-amd64.tar.gz diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 41f9a1860..9b138edd6 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -27,7 +27,7 @@ go_dependencies() go_rules_dependencies() -go_register_toolchains(version = "1.20.1") +go_register_toolchains(version = "1.20.2") gazelle_dependencies(go_repository_default_config = "//:WORKSPACE.bazel") diff --git a/hack/qemu-metadata-api/Dockerfile b/hack/qemu-metadata-api/Dockerfile index 029b75ccb..0f9aa5a99 100644 --- a/hack/qemu-metadata-api/Dockerfile +++ b/hack/qemu-metadata-api/Dockerfile @@ -4,7 +4,7 @@ RUN dnf -y update && \ dnf -y install libvirt-devel @development-tools pkg-config wget git && \ dnf clean all -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \ rm go${GO_VER}.linux-amd64.tar.gz diff --git a/joinservice/Dockerfile b/joinservice/Dockerfile index eb551bd82..d265e9427 100644 --- a/joinservice/Dockerfile +++ b/joinservice/Dockerfile @@ -5,7 +5,7 @@ RUN dnf -y update && \ dnf clean all # Install Go -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \ rm go${GO_VER}.linux-amd64.tar.gz diff --git a/keyservice/Dockerfile b/keyservice/Dockerfile index 9b06fc0c7..9ee59cbcb 100644 --- a/keyservice/Dockerfile +++ b/keyservice/Dockerfile @@ -4,7 +4,7 @@ RUN dnf -y update && \ dnf install -y wget git # Install Go -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \ rm go${GO_VER}.linux-amd64.tar.gz diff --git a/proto/Dockerfile.gen-proto b/proto/Dockerfile.gen-proto index ba05ac756..413f7864b 100644 --- a/proto/Dockerfile.gen-proto +++ b/proto/Dockerfile.gen-proto @@ -1,6 +1,6 @@ FROM ubuntu:22.04@sha256:c985bc3f77946b8e92c9a3648c6f31751a7dd972e06604785e47303f4ad47c4c as build -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 ARG GEN_GO_VER=1.28.1 ARG GEN_GO_GRPC_VER=1.2.0 ARG PB_VER=21.8 diff --git a/verify/Dockerfile b/verify/Dockerfile index 54e81d77e..6f788f3f3 100644 --- a/verify/Dockerfile +++ b/verify/Dockerfile @@ -5,7 +5,7 @@ RUN dnf -y update && \ dnf clean all # Install Go -ARG GO_VER=1.20.1 +ARG GO_VER=1.20.2 RUN wget -q https://go.dev/dl/go${GO_VER}.linux-amd64.tar.gz && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \ rm go${GO_VER}.linux-amd64.tar.gz