mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
dependencies: upgrade to Go v1.19.4 (#732)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
d03abfa45e
commit
3cc2a714a4
4
.github/workflows/azure-snp-reporter.yml
vendored
4
.github/workflows/azure-snp-reporter.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: 1.19.3
|
||||
go-version: 1.19.4
|
||||
|
||||
- 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@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: 1.19.3
|
||||
go-version: 1.19.4
|
||||
|
||||
- name: Download report JWT
|
||||
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7 # tag=v3.0.1
|
||||
|
14
.github/workflows/build-binaries.yml
vendored
14
.github/workflows/build-binaries.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build the bootstrapper
|
||||
uses: ./.github/actions/build_bootstrapper
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build debugd
|
||||
uses: ./.github/actions/build_debugd
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build cdbg (Linux, amd64)
|
||||
uses: ./.github/actions/build_cdbg
|
||||
@ -86,7 +86,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
- name: Build cdbg (macOS, amd64)
|
||||
uses: ./.github/actions/build_cdbg
|
||||
with:
|
||||
@ -110,7 +110,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
- name: Build disk-mapper
|
||||
uses: ./.github/actions/build_disk_mapper
|
||||
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build CLI (Linux, amd64)
|
||||
uses: ./.github/actions/build_cli
|
||||
@ -150,7 +150,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build CLI (macOS, amd64)
|
||||
uses: ./.github/actions/build_cli
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build and upload constellation-node-operator container image
|
||||
uses: ./.github/actions/build_operator
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build and upload join-service container image
|
||||
id: build-and-upload
|
||||
|
2
.github/workflows/build-kms-image.yml
vendored
2
.github/workflows/build-kms-image.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build and upload KMS server container image
|
||||
id: build-and-upload
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
# choose the correct Dockerfile depending on what micro-service is being build
|
||||
- name: Set Dockerfile variable
|
||||
|
2
.github/workflows/build-operator-manual.yml
vendored
2
.github/workflows/build-operator-manual.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build and upload constellation-node-operator container image
|
||||
uses: ./.github/actions/build_operator
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build and upload qemu-metadata server container image
|
||||
id: build-and-upload
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build and upload verification-service container image
|
||||
id: build-and-upload
|
||||
|
2
.github/workflows/check-licenses.yml
vendored
2
.github/workflows/check-licenses.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Install go-licenses
|
||||
|
2
.github/workflows/e2e-test-daily.yml
vendored
2
.github/workflows/e2e-test-daily.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Login to Azure
|
||||
if: matrix.provider == 'azure'
|
||||
|
4
.github/workflows/e2e-test-manual-macos.yml
vendored
4
.github/workflows/e2e-test-manual-macos.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Check out repository
|
||||
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
|
||||
@ -109,7 +109,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Login to Azure
|
||||
if: ${{ github.event.inputs.cloudProvider == 'azure' }}
|
||||
|
2
.github/workflows/e2e-test-manual.yml
vendored
2
.github/workflows/e2e-test-manual.yml
vendored
@ -109,7 +109,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Login to Azure
|
||||
if: ${{ github.event.inputs.cloudProvider == 'azure' }}
|
||||
|
2
.github/workflows/e2e-test-weekly.yml
vendored
2
.github/workflows/e2e-test-weekly.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Login to Azure
|
||||
if: matrix.provider == 'azure'
|
||||
|
4
.github/workflows/generate-measurements.yml
vendored
4
.github/workflows/generate-measurements.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build hack/pcr-reader
|
||||
run: |
|
||||
@ -190,7 +190,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Build hack/pcr-compare
|
||||
run: |
|
||||
|
2
.github/workflows/on-release.yml
vendored
2
.github/workflows/on-release.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Login to AWS
|
||||
|
2
.github/workflows/release-cli.yml
vendored
2
.github/workflows/release-cli.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
- name: Build CLI
|
||||
uses: ./.github/actions/build_cli
|
||||
with:
|
||||
|
2
.github/workflows/test-actionlint.yml
vendored
2
.github/workflows/test-actionlint.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Install shellcheck
|
||||
|
2
.github/workflows/test-go-generate.yml
vendored
2
.github/workflows/test-go-generate.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
cache-dependency-path: constellation/go.mod
|
||||
|
||||
|
2
.github/workflows/test-govulncheck.yml
vendored
2
.github/workflows/test-govulncheck.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Get Go submodules
|
||||
|
2
.github/workflows/test-integration.yml
vendored
2
.github/workflows/test-integration.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Install Dependencies
|
||||
|
2
.github/workflows/test-lint.yml
vendored
2
.github/workflows/test-lint.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Get Go submodules
|
||||
|
2
.github/workflows/test-operator-codegen.yml
vendored
2
.github/workflows/test-operator-codegen.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Run code generation
|
||||
|
2
.github/workflows/test-shellcheck.yml
vendored
2
.github/workflows/test-shellcheck.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Install shellfmt
|
||||
shell: bash
|
||||
|
2
.github/workflows/test-shellfmt.yml
vendored
2
.github/workflows/test-shellfmt.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Install shellfmt
|
||||
shell: bash
|
||||
|
2
.github/workflows/test-tidy.yml
vendored
2
.github/workflows/test-tidy.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
|
||||
- name: Get Go submodules
|
||||
id: submods
|
||||
|
4
.github/workflows/test-unittest.yml
vendored
4
.github/workflows/test-unittest.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Install Dependencies
|
||||
@ -58,7 +58,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: CLI Unit Tests
|
||||
|
2
.github/workflows/update-cli-reference.yml
vendored
2
.github/workflows/update-cli-reference.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.4.0
|
||||
with:
|
||||
go-version: "1.19.3"
|
||||
go-version: "1.19.4"
|
||||
cache: true
|
||||
|
||||
- name: Generate reference docs
|
||||
|
2
3rdparty/gcp-guest-agent/Dockerfile
vendored
2
3rdparty/gcp-guest-agent/Dockerfile
vendored
@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
||||
git
|
||||
|
||||
# Install Go
|
||||
ARG GO_VER=1.19.3
|
||||
ARG GO_VER=1.19.4
|
||||
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
|
||||
|
@ -5,7 +5,7 @@ RUN dnf -y update && \
|
||||
dnf clean all
|
||||
|
||||
# Install Go
|
||||
ARG GO_VER=1.19.3
|
||||
ARG GO_VER=1.19.4
|
||||
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
|
||||
|
@ -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.3
|
||||
ARG GO_VER=1.19.4
|
||||
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
|
||||
|
@ -5,7 +5,7 @@ RUN dnf -y update && \
|
||||
dnf clean all
|
||||
|
||||
# Install Go
|
||||
ARG GO_VER=1.19.3
|
||||
ARG GO_VER=1.19.4
|
||||
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
|
||||
|
@ -4,7 +4,7 @@ RUN dnf -y update && \
|
||||
dnf install -y wget git
|
||||
|
||||
# Install Go
|
||||
ARG GO_VER=1.19.3
|
||||
ARG GO_VER=1.19.4
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:22.04@sha256:817cfe4672284dcbfee885b1a66094fd907630d610cab329114d036716be49ba as build
|
||||
|
||||
ARG GO_VER=1.19.3
|
||||
ARG GO_VER=1.19.4
|
||||
ARG GEN_GO_VER=1.28.1
|
||||
ARG GEN_GO_GRPC_VER=1.2.0
|
||||
ARG PB_VER=21.8
|
||||
|
@ -5,7 +5,7 @@ RUN dnf -y update && \
|
||||
dnf clean all
|
||||
|
||||
# Install Go
|
||||
ARG GO_VER=1.19.3
|
||||
ARG GO_VER=1.19.4
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user