diff --git a/.github/actions/e2e_mini/action.yml b/.github/actions/e2e_mini/action.yml index daba9020c..1fdedb5cc 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.19.4" + go-version: "1.19.5" - 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 fa9bb1d4c..2dcc1d5ce 100644 --- a/.github/workflows/azure-snp-reporter.yml +++ b/.github/workflows/azure-snp-reporter.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: 1.19.4 + go-version: 1.19.5 - name: Build and upload azure SNP reporter container image id: build-and-upload @@ -65,7 +65,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: 1.19.4 + go-version: 1.19.5 - 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 6a6bbb0da..5312699de 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.19.4" + go-version: "1.19.5" - 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.19.4" + go-version: "1.19.5" - 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.19.4" + go-version: "1.19.5" - 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.19.4" + go-version: "1.19.5" - 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.19.4" + go-version: "1.19.5" - name: Build disk-mapper uses: ./.github/actions/build_disk_mapper @@ -125,7 +125,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build CLI (Linux, amd64) uses: ./.github/actions/build_cli @@ -150,7 +150,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - 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 968e98117..c3987da8b 100644 --- a/.github/workflows/build-constellation-node-operator.yml +++ b/.github/workflows/build-constellation-node-operator.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build and upload constellation-node-operator container image uses: ./.github/actions/build_operator diff --git a/.github/workflows/build-joinservice-image.yml b/.github/workflows/build-joinservice-image.yml index 2c70b9e7a..5e66c105f 100644 --- a/.github/workflows/build-joinservice-image.yml +++ b/.github/workflows/build-joinservice-image.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build and upload join-service container image id: build-and-upload diff --git a/.github/workflows/build-kms-image.yml b/.github/workflows/build-kms-image.yml index 80db992fe..e18c6ede2 100644 --- a/.github/workflows/build-kms-image.yml +++ b/.github/workflows/build-kms-image.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build and upload KMS server container image id: build-and-upload diff --git a/.github/workflows/build-micro-service-manual.yml b/.github/workflows/build-micro-service-manual.yml index dab5e130c..f2bb5854c 100644 --- a/.github/workflows/build-micro-service-manual.yml +++ b/.github/workflows/build-micro-service-manual.yml @@ -71,7 +71,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" # choose the correct Dockerfile depending on what micro-service is being build - name: Set Dockerfile variable diff --git a/.github/workflows/build-operator-manual.yml b/.github/workflows/build-operator-manual.yml index 2b63c5b94..0a902f0a8 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.19.4" + go-version: "1.19.5" - name: Build and upload constellation-node-operator container image uses: ./.github/actions/build_operator diff --git a/.github/workflows/build-qemu-metadata-image.yml b/.github/workflows/build-qemu-metadata-image.yml index a604ca5f2..4447ec3f2 100644 --- a/.github/workflows/build-qemu-metadata-image.yml +++ b/.github/workflows/build-qemu-metadata-image.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - 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 adcfaa57d..821ecb279 100644 --- a/.github/workflows/build-verification-service.yml +++ b/.github/workflows/build-verification-service.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build and upload verification-service container image id: build-and-upload diff --git a/.github/workflows/check-licenses.yml b/.github/workflows/check-licenses.yml index 2ce05a5df..39a9319d8 100644 --- a/.github/workflows/check-licenses.yml +++ b/.github/workflows/check-licenses.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Install go-licenses diff --git a/.github/workflows/e2e-test-daily.yml b/.github/workflows/e2e-test-daily.yml index 63033fbff..263344e00 100644 --- a/.github/workflows/e2e-test-daily.yml +++ b/.github/workflows/e2e-test-daily.yml @@ -53,7 +53,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - 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 7452da9c0..4fd2d6591 100644 --- a/.github/workflows/e2e-test-manual.yml +++ b/.github/workflows/e2e-test-manual.yml @@ -184,7 +184,7 @@ jobs: if: github.event.steps.check-bootstrapper-cache.cache-hit != 'true' uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Checkout head if: github.event.steps.check-bootstrapper-cache.cache-hit != 'true' && inputs.git-ref == 'head' @@ -241,7 +241,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - 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 255c02b28..451567287 100644 --- a/.github/workflows/e2e-test-weekly.yml +++ b/.github/workflows/e2e-test-weekly.yml @@ -90,7 +90,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Login to Azure if: matrix.provider == 'azure' diff --git a/.github/workflows/generate-measurements.yml b/.github/workflows/generate-measurements.yml index 5ef02a98f..76f597530 100644 --- a/.github/workflows/generate-measurements.yml +++ b/.github/workflows/generate-measurements.yml @@ -86,7 +86,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build hack/pcr-reader run: | @@ -259,7 +259,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build hack/pcr-compare run: | diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 8812efe50..556719b9d 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.19.4" + go-version: "1.19.5" cache: true - name: Login to AWS diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index ab5c6e510..32c9aa7df 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Build CLI uses: ./.github/actions/build_cli with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a078e434..f7d6a8ac9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -235,7 +235,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Build generateMeasurements tool diff --git a/.github/workflows/test-actionlint.yml b/.github/workflows/test-actionlint.yml index 399862888..bf8dda5d2 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.19.4" + go-version: "1.19.5" cache: true - name: Install shellcheck diff --git a/.github/workflows/test-go-generate.yml b/.github/workflows/test-go-generate.yml index 8cd3ea5b7..611bb60e2 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.19.4" + go-version: "1.19.5" cache: true cache-dependency-path: constellation/go.mod diff --git a/.github/workflows/test-govulncheck.yml b/.github/workflows/test-govulncheck.yml index c6d0b5ed9..a1684bc47 100644 --- a/.github/workflows/test-govulncheck.yml +++ b/.github/workflows/test-govulncheck.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Get Go submodules diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 65f2e4982..76e902dd8 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Install Dependencies diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index bc7f94fbd..dc8b13f65 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Get Go submodules diff --git a/.github/workflows/test-operator-codegen.yml b/.github/workflows/test-operator-codegen.yml index 36ce67286..68f4f4e7a 100644 --- a/.github/workflows/test-operator-codegen.yml +++ b/.github/workflows/test-operator-codegen.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Run code generation diff --git a/.github/workflows/test-shellcheck.yml b/.github/workflows/test-shellcheck.yml index fa2034b8b..03f00e96e 100644 --- a/.github/workflows/test-shellcheck.yml +++ b/.github/workflows/test-shellcheck.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Install shellfmt shell: bash diff --git a/.github/workflows/test-shellfmt.yml b/.github/workflows/test-shellfmt.yml index bee3bba36..0e500411a 100644 --- a/.github/workflows/test-shellfmt.yml +++ b/.github/workflows/test-shellfmt.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Install shellfmt shell: bash diff --git a/.github/workflows/test-tidy.yml b/.github/workflows/test-tidy.yml index 0c2100c5f..b5e9ff80b 100644 --- a/.github/workflows/test-tidy.yml +++ b/.github/workflows/test-tidy.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" - name: Get Go submodules id: submods diff --git a/.github/workflows/test-unittest.yml b/.github/workflows/test-unittest.yml index 09a960e96..9dd34f1d6 100644 --- a/.github/workflows/test-unittest.yml +++ b/.github/workflows/test-unittest.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Install Dependencies @@ -58,7 +58,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: CLI Unit Tests diff --git a/.github/workflows/update-cli-reference.yml b/.github/workflows/update-cli-reference.yml index df6502204..cb672cb1e 100644 --- a/.github/workflows/update-cli-reference.yml +++ b/.github/workflows/update-cli-reference.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Generate reference docs diff --git a/.github/workflows/versionsapi.yml b/.github/workflows/versionsapi.yml index 01bb7394d..606a7d414 100644 --- a/.github/workflows/versionsapi.yml +++ b/.github/workflows/versionsapi.yml @@ -166,7 +166,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: "1.19.4" + go-version: "1.19.5" cache: true - name: Build versionsapi CLI diff --git a/3rdparty/gcp-guest-agent/Dockerfile b/3rdparty/gcp-guest-agent/Dockerfile index bebaf935b..c3c298080 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.19.4 +ARG GO_VER=1.19.5 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 be4bbb37a..e0da45636 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -5,7 +5,7 @@ RUN dnf -y update && \ dnf clean all # Install Go -ARG GO_VER=1.19.4 +ARG GO_VER=1.19.5 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/hack/qemu-metadata-api/Dockerfile b/hack/qemu-metadata-api/Dockerfile index 4b7e4c1eb..caf73f48f 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.19.4 +ARG GO_VER=1.19.5 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 fa1155625..9a55b36e1 100644 --- a/joinservice/Dockerfile +++ b/joinservice/Dockerfile @@ -5,7 +5,7 @@ RUN dnf -y update && \ dnf clean all # Install Go -ARG GO_VER=1.19.4 +ARG GO_VER=1.19.5 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/kms/Dockerfile b/kms/Dockerfile index c0cc43d95..2b14a540e 100644 --- a/kms/Dockerfile +++ b/kms/Dockerfile @@ -4,7 +4,7 @@ RUN dnf -y update && \ dnf install -y wget git # Install Go -ARG GO_VER=1.19.4 +ARG GO_VER=1.19.5 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 c36c06d2c..39444dfed 100644 --- a/proto/Dockerfile.gen-proto +++ b/proto/Dockerfile.gen-proto @@ -1,6 +1,6 @@ FROM ubuntu:22.04@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea as build -ARG GO_VER=1.19.4 +ARG GO_VER=1.19.5 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 6e2acedff..14ef15e74 100644 --- a/verify/Dockerfile +++ b/verify/Dockerfile @@ -5,7 +5,7 @@ RUN dnf -y update && \ dnf clean all # Install Go -ARG GO_VER=1.19.4 +ARG GO_VER=1.19.5 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