deps: update to Go v1.20.6 (#2093)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-07-12 09:51:40 +02:00 committed by GitHub
parent c1c4e72c61
commit 01f518f0a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 10 deletions

View File

@ -65,7 +65,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: 1.20.5
go-version: "1.20.6"
cache: false
- name: Download report JWT

View File

@ -69,7 +69,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: false
- name: Determine version

View File

@ -65,7 +65,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: true
- name: Setup bazel
@ -951,7 +951,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: true
- name: Create CLI compatibility information artifact

View File

@ -40,7 +40,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: false
- name: Initialize CodeQL

View File

@ -212,7 +212,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: true
- name: Build generateMeasurements tool

View File

@ -32,7 +32,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: true
- name: Install Dependencies

View File

@ -28,7 +28,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: "1.20.5"
go-version: "1.20.6"
cache: true
- name: Run code generation

View File

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

@ -26,7 +26,7 @@ go_dependencies()
go_rules_dependencies()
go_register_toolchains(version = "1.20.5")
go_register_toolchains(version = "1.20.6")
gazelle_dependencies(go_repository_default_config = "//:WORKSPACE.bazel")