deps: update go to 1.20.3 (#1622)

This commit is contained in:
Malte Poll 2023-04-06 16:36:07 +02:00 committed by GitHub
parent aa3b49aced
commit 2b962598bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 34 additions and 34 deletions

View File

@ -49,7 +49,7 @@ runs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Set up ko

View File

@ -1,4 +1,4 @@
FROM golang:1.20.2@sha256:2101aa981e68ab1e06e3d4ac35ae75ed122f0380e5331e3ae4ba7e811bf9d256 as builder
FROM golang:1.20.3@sha256:23050c2510e0a920d66b48afdc40043bcfe2e25d044a2d7b33475632d83ab6c7 as builder
# Download project root dependencies
WORKDIR /workspace

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20.2
go-version: 1.20.3
- 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@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.20.2
go-version: 1.20.3
- name: Download report JWT
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload constellation-node-operator container image
uses: ./.github/actions/build_micro_service_ko

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload join service container image
id: build-and-upload

View File

@ -30,7 +30,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload KeyService container image
id: build-and-upload

View File

@ -46,7 +46,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload constellation-node-operator container image
uses: ./.github/actions/build_operator

View File

@ -65,7 +65,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Setup bazel
@ -965,7 +965,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Create CLI compatibility information artifact

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload qemu-metadata server container image
id: build-and-upload

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload verification-service container image
id: build-and-upload

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Build and upload container image
uses: ./.github/actions/build_micro_service

View File

@ -35,7 +35,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Initialize CodeQL
uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9

View File

@ -69,7 +69,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Login to Azure
if: matrix.provider == 'azure'

View File

@ -238,7 +238,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Set up gcloud CLI (macOS)
if: inputs.cloudProvider == 'gcp' && runner.os == 'macOS'

View File

@ -119,7 +119,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Set up gcloud CLI (macOS)
if: matrix.provider == 'gcp' && runner.os == 'macOS'

View File

@ -133,7 +133,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Login to Azure
if: matrix.provider == 'azure'

View File

@ -104,7 +104,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Login to Azure
if: inputs.cloudProvider == 'azure'

View File

@ -54,7 +54,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Login to AWS

View File

@ -274,7 +274,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Build generateMeasurements tool

View File

@ -32,7 +32,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Install Dependencies

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Run code generation

View File

@ -38,7 +38,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
- name: Assume AWS role to upload Bazel dependencies to S3
if: startsWith(github.head_ref, 'renovate/')

View File

@ -35,7 +35,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: Install Dependencies
@ -63,7 +63,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.2"
go-version: "1.20.3"
cache: true
- name: CLI Unit Tests

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
git
# Install Go
ARG GO_VER=1.20.2
ARG GO_VER=1.20.3
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

View File

@ -5,7 +5,7 @@ RUN dnf -y update && \
dnf clean all
# Install Go
ARG GO_VER=1.20.2
ARG GO_VER=1.20.3
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

View File

@ -12,7 +12,7 @@ go_dependencies()
go_rules_dependencies()
go_register_toolchains(version = "1.20.2")
go_register_toolchains(version = "1.20.3")
gazelle_dependencies(go_repository_default_config = "//:WORKSPACE.bazel")

View File

@ -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.2
ARG GO_VER=1.20.3
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

View File

@ -5,7 +5,7 @@ RUN dnf -y update && \
dnf clean all
# Install Go
ARG GO_VER=1.20.2
ARG GO_VER=1.20.3
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

View File

@ -4,7 +4,7 @@ RUN dnf -y update && \
dnf install -y wget git
# Install Go
ARG GO_VER=1.20.2
ARG GO_VER=1.20.3
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

View File

@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.2@sha256:2101aa981e68ab1e06e3d4ac35ae75ed122f0380e5331e3ae4ba7e811bf9d256 as builder
FROM golang:1.20.3@sha256:23050c2510e0a920d66b48afdc40043bcfe2e25d044a2d7b33475632d83ab6c7 as builder
# Download project root dependencies
WORKDIR /workspace

View File

@ -5,7 +5,7 @@ RUN dnf -y update && \
dnf clean all
# Install Go
ARG GO_VER=1.20.2
ARG GO_VER=1.20.3
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