Update Go to 1.19.2 (#219)

This commit is contained in:
Nils Hanke 2022-10-06 10:31:12 -07:00 committed by GitHub
parent 4ccd96bf64
commit 803209b12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
35 changed files with 50 additions and 47 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: 1.18 go-version: 1.19.2
- 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
@ -30,7 +30,6 @@ jobs:
dockerfile: ./hack/azure-snp-report-verify/Dockerfile dockerfile: ./hack/azure-snp-report-verify/Dockerfile
githubToken: ${{ secrets.GITHUB_TOKEN }} githubToken: ${{ secrets.GITHUB_TOKEN }}
fetch-snp-report: fetch-snp-report:
needs: build-snp-reporter needs: build-snp-reporter
name: "Fetch SNP report" name: "Fetch SNP report"
@ -68,7 +67,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: 1.18 go-version: 1.19.2
- name: Download report JWT - name: Download report JWT
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Build and upload access-manager container image - name: Build and upload access-manager container image
id: build-and-upload id: build-and-upload

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Build CLI (macOS, amd64) - name: Build CLI (macOS, amd64)
uses: ./.github/actions/build_cli uses: ./.github/actions/build_cli

View File

@ -22,7 +22,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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

@ -38,7 +38,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Build bootstrapper - name: Build bootstrapper
if: ${{ inputs.debug == false }} if: ${{ inputs.debug == false }}

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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

@ -36,7 +36,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
# 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

@ -20,7 +20,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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

@ -24,7 +24,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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

@ -22,7 +22,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
cache: true cache: true
- name: Install go-licenses - name: Install go-licenses

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Login to Azure - name: Login to Azure
uses: ./.github/actions/azure_login uses: ./.github/actions/azure_login

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Login to Azure - name: Login to Azure
uses: ./.github/actions/azure_login uses: ./.github/actions/azure_login
@ -88,7 +88,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Login to Azure - name: Login to Azure
uses: ./.github/actions/azure_login uses: ./.github/actions/azure_login

View File

@ -21,7 +21,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Run GCP E2E test - name: Run GCP E2E test
uses: ./.github/actions/e2e_test uses: ./.github/actions/e2e_test

View File

@ -16,7 +16,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Run GCP E2E test - name: Run GCP E2E test
uses: ./.github/actions/e2e_test uses: ./.github/actions/e2e_test
@ -63,7 +63,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Run GCP E2E test - name: Run GCP E2E test
uses: ./.github/actions/e2e_test uses: ./.github/actions/e2e_test

View File

@ -53,7 +53,7 @@ jobs:
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}} if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Check out repository - name: Check out repository
if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}} if: ${{ github.event.steps.check-bootstrapper-cache.cache-hit != 'true'}}
@ -82,7 +82,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Login to Azure - name: Login to Azure
if: ${{ github.event.inputs.cloudProvider == 'azure' }} if: ${{ github.event.inputs.cloudProvider == 'azure' }}

View File

@ -52,7 +52,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Login to Azure - name: Login to Azure
if: ${{ github.event.inputs.cloudProvider == 'azure' }} if: ${{ github.event.inputs.cloudProvider == 'azure' }}

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Login to Azure - name: Login to Azure
if: ${{ github.event.inputs.cloudProvider == 'azure' }} if: ${{ github.event.inputs.cloudProvider == 'azure' }}

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- name: Build cli-linux-amd64 - name: Build cli-linux-amd64
uses: ./.github/actions/build_cli uses: ./.github/actions/build_cli

View File

@ -31,7 +31,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
cache: true cache: true
- name: Install Dependencies - name: Install Dependencies

View File

@ -36,7 +36,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
cache: true cache: true
- name: Get Go submodules - name: Get Go submodules

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
cache: true cache: true
- name: Install Dependencies - name: Install Dependencies
@ -54,7 +54,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
cache: true cache: true
- name: CLI Unit Tests - name: CLI Unit Tests

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Go environment - name: Setup Go environment
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
with: with:
go-version: "1.19.1" go-version: "1.19.2"
cache: true cache: true
- name: Generate reference docs - name: Generate reference docs

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.1 ARG GO_VER=1.19.2
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

@ -45,7 +45,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
### Security ### Security
<!-- In case of vulnerabilities. --> Vulnerability inside the Go standard library fixed by updating to Go 1.19.2:
- [GO-2022-1037](https://pkg.go.dev/vuln/GO-2022-1037) ([CVE-2022-2879](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2879))
- [GO-2022-1038](https://pkg.go.dev/vuln/GO-2022-1038) ([CVE-2022-2880](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2880))
- [GO-2022-0969](https://pkg.go.dev/vuln/GO-2022-0969) ([CVE-2022-27664](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27664))
### Internal ### Internal
## [2.0.0] - 2022-09-12 ## [2.0.0] - 2022-09-12

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.1 ARG GO_VER=1.19.2
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.1 ARG GO_VER=1.19.2
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.1 ARG GO_VER=1.19.2
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.1 ARG GO_VER=1.19.2
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.1 ARG GO_VER=1.19.2
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,5 +1,5 @@
# Build the manager binary # Build the manager binary
FROM golang:1.18 as builder FROM golang:1.19.2 as builder
WORKDIR /workspace WORKDIR /workspace
# Copy the Go Modules manifests # Copy the Go Modules manifests

View File

@ -1,6 +1,6 @@
FROM ubuntu@sha256:7cc0576c7c0ec2384de5cbf245f41567e922aab1b075f3e8ad565f508032df17 as build FROM ubuntu@sha256:7cc0576c7c0ec2384de5cbf245f41567e922aab1b075f3e8ad565f508032df17 as build
ARG GO_VER=1.19.1 ARG GO_VER=1.19.2
ARG GEN_GO_VER=1.28.0 ARG GEN_GO_VER=1.28.0
ARG GEN_GO_GRPC_VER=1.2.0 ARG GEN_GO_GRPC_VER=1.2.0
ARG PB_VER=3.20.1 ARG PB_VER=3.20.1

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.1 ARG GO_VER=1.19.2
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