From 473a422240b30157e66cf1cfb2687edc0cf97d2d Mon Sep 17 00:00:00 2001 From: Jeff Cheng <83052155+jeffreyc-splunk@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:45:22 -0400 Subject: [PATCH] Upgrade go to 1.20.6 (#3437) --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/darwin-test.yml | 2 +- .github/workflows/gendependabot.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/lint-examples.yml | 2 +- .github/workflows/linux-package-test.yml | 2 +- .github/workflows/vuln-scans.yml | 2 +- .github/workflows/win-package-test.yml | 2 +- .github/workflows/windows-test.yml | 2 +- .gitlab-ci.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 8b6d0e0680..27f2234ef4 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -27,7 +27,7 @@ env: PIP_VERSION: '22.0.4' REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt" RESULT_PATH: "~/testresults" - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: setup-environment: diff --git a/.github/workflows/darwin-test.yml b/.github/workflows/darwin-test.yml index bfcf81a743..2bc008d56e 100644 --- a/.github/workflows/darwin-test.yml +++ b/.github/workflows/darwin-test.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.20.5 + go-version: 1.20.6 cache-dependency-path: '**/go.sum' - run: go env -w CGO_ENABLED=0 diff --git a/.github/workflows/gendependabot.yml b/.github/workflows/gendependabot.yml index 45678646a3..d8783d727c 100644 --- a/.github/workflows/gendependabot.yml +++ b/.github/workflows/gendependabot.yml @@ -8,7 +8,7 @@ on: - '.github/workflows/scripts/gendependabot.sh' env: - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: gendependabot: diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e823073ed1..eaaffc7d92 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: "1.20.5" + GO_VERSION: "1.20.6" GOTESPLIT_TOTAL: "10" jobs: diff --git a/.github/workflows/lint-examples.yml b/.github/workflows/lint-examples.yml index 535452e019..7fc56fe1a2 100644 --- a/.github/workflows/lint-examples.yml +++ b/.github/workflows/lint-examples.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: lint: diff --git a/.github/workflows/linux-package-test.yml b/.github/workflows/linux-package-test.yml index 1ca8c1f28c..2982035a20 100644 --- a/.github/workflows/linux-package-test.yml +++ b/.github/workflows/linux-package-test.yml @@ -25,7 +25,7 @@ env: PYTHON_VERSION: '3.10' PIP_VERSION: '22.0.4' REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt" - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: setup-environment: diff --git a/.github/workflows/vuln-scans.yml b/.github/workflows/vuln-scans.yml index 30a26b082f..b229d8b58f 100644 --- a/.github/workflows/vuln-scans.yml +++ b/.github/workflows/vuln-scans.yml @@ -11,7 +11,7 @@ on: - '.trivyignore' env: - GO_VERSION: '1.20.5' + GO_VERSION: '1.20.6' concurrency: group: vuln-scans-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/win-package-test.yml b/.github/workflows/win-package-test.yml index fb45194e1b..f443b3915c 100644 --- a/.github/workflows/win-package-test.yml +++ b/.github/workflows/win-package-test.yml @@ -23,7 +23,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.20.5 + GO_VERSION: 1.20.6 jobs: setup-environment: diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index 8521e826a2..5fa7cb0e88 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.20.5 + go-version: 1.20.6 cache-dependency-path: '**/go.sum' - name: Unit tests with coverage diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3852abf8e5..f839be99de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,7 +106,7 @@ fossa: fi .go-cache: - image: '${DOCKER_HUB_REPO}/golang:1.20.5' + image: '${DOCKER_HUB_REPO}/golang:1.20.6' variables: GOPATH: "$CI_PROJECT_DIR/.go" before_script: