deps: update Go to v1.19.5 (#949)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-12 13:36:17 +01:00 committed by GitHub
parent 11630110dd
commit d0e9f427d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 47 additions and 47 deletions

View File

@ -23,7 +23,7 @@ runs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build Constellation CLI - name: Build Constellation CLI
uses: ./.github/actions/build_cli uses: ./.github/actions/build_cli

View File

@ -17,7 +17,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: 1.19.4 go-version: 1.19.5
- name: Build and upload azure SNP reporter container image - name: Build and upload azure SNP reporter container image
id: build-and-upload id: build-and-upload
@ -65,7 +65,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: 1.19.4 go-version: 1.19.5
- name: Download report JWT - name: Download report JWT
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build the bootstrapper - name: Build the bootstrapper
uses: ./.github/actions/build_bootstrapper uses: ./.github/actions/build_bootstrapper
@ -45,7 +45,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build debugd - name: Build debugd
uses: ./.github/actions/build_debugd uses: ./.github/actions/build_debugd
@ -61,7 +61,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build cdbg (Linux, amd64) - name: Build cdbg (Linux, amd64)
uses: ./.github/actions/build_cdbg uses: ./.github/actions/build_cdbg
@ -86,7 +86,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build cdbg (macOS, amd64) - name: Build cdbg (macOS, amd64)
uses: ./.github/actions/build_cdbg uses: ./.github/actions/build_cdbg
with: with:
@ -110,7 +110,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build disk-mapper - name: Build disk-mapper
uses: ./.github/actions/build_disk_mapper uses: ./.github/actions/build_disk_mapper
@ -125,7 +125,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build CLI (Linux, amd64) - name: Build CLI (Linux, amd64)
uses: ./.github/actions/build_cli uses: ./.github/actions/build_cli
@ -150,7 +150,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build CLI (macOS, amd64) - name: Build CLI (macOS, amd64)
uses: ./.github/actions/build_cli uses: ./.github/actions/build_cli

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build and upload constellation-node-operator container image - name: Build and upload constellation-node-operator container image
uses: ./.github/actions/build_operator uses: ./.github/actions/build_operator

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build and upload join-service container image - name: Build and upload join-service container image
id: build-and-upload id: build-and-upload

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build and upload KMS server container image - name: Build and upload KMS server container image
id: build-and-upload id: build-and-upload

View File

@ -71,7 +71,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
# choose the correct Dockerfile depending on what micro-service is being build # choose the correct Dockerfile depending on what micro-service is being build
- name: Set Dockerfile variable - name: Set Dockerfile variable

View File

@ -46,7 +46,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build and upload constellation-node-operator container image - name: Build and upload constellation-node-operator container image
uses: ./.github/actions/build_operator uses: ./.github/actions/build_operator

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build and upload qemu-metadata server container image - name: Build and upload qemu-metadata server container image
id: build-and-upload id: build-and-upload

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build and upload verification-service container image - name: Build and upload verification-service container image
id: build-and-upload id: build-and-upload

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Install go-licenses - name: Install go-licenses

View File

@ -53,7 +53,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Login to Azure - name: Login to Azure
if: matrix.provider == 'azure' if: matrix.provider == 'azure'

View File

@ -184,7 +184,7 @@ jobs:
if: github.event.steps.check-bootstrapper-cache.cache-hit != 'true' if: github.event.steps.check-bootstrapper-cache.cache-hit != 'true'
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Checkout head - name: Checkout head
if: github.event.steps.check-bootstrapper-cache.cache-hit != 'true' && inputs.git-ref == 'head' if: github.event.steps.check-bootstrapper-cache.cache-hit != 'true' && inputs.git-ref == 'head'
@ -241,7 +241,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Set up gcloud CLI (macOS) - name: Set up gcloud CLI (macOS)
if: inputs.cloudProvider == 'gcp' && runner.os == 'macOS' if: inputs.cloudProvider == 'gcp' && runner.os == 'macOS'

View File

@ -90,7 +90,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Login to Azure - name: Login to Azure
if: matrix.provider == 'azure' if: matrix.provider == 'azure'

View File

@ -86,7 +86,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build hack/pcr-reader - name: Build hack/pcr-reader
run: | run: |
@ -259,7 +259,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build hack/pcr-compare - name: Build hack/pcr-compare
run: | run: |

View File

@ -54,7 +54,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Login to AWS - name: Login to AWS

View File

@ -31,7 +31,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Build CLI - name: Build CLI
uses: ./.github/actions/build_cli uses: ./.github/actions/build_cli
with: with:

View File

@ -235,7 +235,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Build generateMeasurements tool - name: Build generateMeasurements tool

View File

@ -24,7 +24,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Install shellcheck - name: Install shellcheck

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
cache-dependency-path: constellation/go.mod cache-dependency-path: constellation/go.mod

View File

@ -32,7 +32,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Get Go submodules - name: Get Go submodules

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Install Dependencies - name: Install Dependencies

View File

@ -37,7 +37,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Get Go submodules - name: Get Go submodules

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Run code generation - name: Run code generation

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Install shellfmt - name: Install shellfmt
shell: bash shell: bash

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Install shellfmt - name: Install shellfmt
shell: bash shell: bash

View File

@ -31,7 +31,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
- name: Get Go submodules - name: Get Go submodules
id: submods id: submods

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Install Dependencies - name: Install Dependencies
@ -58,7 +58,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: CLI Unit Tests - name: CLI Unit Tests

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Generate reference docs - name: Generate reference docs

View File

@ -166,7 +166,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
with: with:
go-version: "1.19.4" go-version: "1.19.5"
cache: true cache: true
- name: Build versionsapi CLI - name: Build versionsapi CLI

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
git git
# Install Go # 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 && \ 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 && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz rm go${GO_VER}.linux-amd64.tar.gz

View File

@ -5,7 +5,7 @@ RUN dnf -y update && \
dnf clean all dnf clean all
# Install Go # 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 && \ 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 && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz rm go${GO_VER}.linux-amd64.tar.gz

View File

@ -4,7 +4,7 @@ RUN dnf -y update && \
dnf -y install libvirt-devel @development-tools pkg-config wget git && \ dnf -y install libvirt-devel @development-tools pkg-config wget git && \
dnf clean all 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 && \ 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 && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz rm go${GO_VER}.linux-amd64.tar.gz

View File

@ -5,7 +5,7 @@ RUN dnf -y update && \
dnf clean all dnf clean all
# Install Go # 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 && \ 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 && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz rm go${GO_VER}.linux-amd64.tar.gz

View File

@ -4,7 +4,7 @@ RUN dnf -y update && \
dnf install -y wget git dnf install -y wget git
# Install Go # 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 && \ 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 && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz rm go${GO_VER}.linux-amd64.tar.gz

View File

@ -1,6 +1,6 @@
FROM ubuntu:22.04@sha256:965fbcae990b0467ed5657caceaec165018ef44a4d2d46c7cdea80a9dff0d1ea as build 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_VER=1.28.1
ARG GEN_GO_GRPC_VER=1.2.0 ARG GEN_GO_GRPC_VER=1.2.0
ARG PB_VER=21.8 ARG PB_VER=21.8

View File

@ -5,7 +5,7 @@ RUN dnf -y update && \
dnf clean all dnf clean all
# Install Go # 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 && \ 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 && \ tar -C /usr/local -xzf go${GO_VER}.linux-amd64.tar.gz && \
rm go${GO_VER}.linux-amd64.tar.gz rm go${GO_VER}.linux-amd64.tar.gz