deps: bump go version (#1760)

This commit is contained in:
3u13r 2023-05-11 14:14:15 +02:00 committed by GitHub
parent fd83f3439e
commit dd2ea50a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 24 additions and 24 deletions

View File

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

View File

@ -69,7 +69,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.3"
go-version: "1.20.4"
- name: Determine version
id: version

View File

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

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.3"
go-version: "1.20.4"
- 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.3"
go-version: "1.20.4"
- name: Initialize CodeQL
uses: github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3

View File

@ -66,7 +66,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.3"
go-version: "1.20.4"
- name: Run E2E test
id: e2e_test

View File

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

View File

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

View File

@ -186,7 +186,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.3"
go-version: "1.20.4"
- name: Run E2E test
id: e2e_test

View File

@ -117,7 +117,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.3"
go-version: "1.20.4"
- name: Login to AWS
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0

View File

@ -187,7 +187,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: "1.20.3"
go-version: "1.20.4"
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.3"
go-version: "1.20.4"
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.3"
go-version: "1.20.4"
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.3"
go-version: "1.20.4"
- 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.3"
go-version: "1.20.4"
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.3"
go-version: "1.20.4"
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.3
ARG GO_VER=1.20.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

View File

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

View File

@ -1 +1 @@
a92a401f547d51d201af74af204ad20485e3e507c20232378c2d5943e9f316aa
29ce755ca21af62ebe7a9be7806244552ba9cac5cb3d92ba8d6b104897b69100

View File

@ -1 +1 @@
f8a46ce6af4945170ec1fe2220441a8b87a660ec9c3e20db7e307ddf434a64e0
46a860e5c983617740b6d77932b24153db4dc0fd49d8a9236f18584e14959f99

View File

@ -1 +1 @@
388e68aa5998086a96bd8165d1ff469c54a2a9a718d93e2a70e7a2742494781f
b16e370f9949342c38f184d702c15822c96fd7ff56f722707604070e45a50d3f

View File

@ -1 +1 @@
127df272217881aed6759bd4cd9e8432411150f33b4eebe53b30514f06b0cd2d
4ce4f5fc0557648dcb5dca482333be989ef125551a6d42c7079e42771f57ca43