From 61f71a54ea10574c0321122cd6aea1edaba7aa8b Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 21 Aug 2023 09:02:42 +0000 Subject: [PATCH] CI: Update gopogh from v0.19.0 to v0.23.0 --- .github/workflows/functional_verified.yml | 2 +- .github/workflows/master.yml | 10 +++++----- .github/workflows/pr.yml | 12 ++++++------ hack/jenkins/common.ps1 | 2 +- hack/jenkins/installers/check_install_gopogh.sh | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/functional_verified.yml b/.github/workflows/functional_verified.yml index 4a0afe96899a..8e22e8c662b0 100644 --- a/.github/workflows/functional_verified.yml +++ b/.github/workflows/functional_verified.yml @@ -97,7 +97,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Docker Info shell: bash diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e5da5d2489e8..9e232b9ee925 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -125,7 +125,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -223,7 +223,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -325,7 +325,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -410,7 +410,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Install docker shell: bash run: | @@ -526,7 +526,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Set fs.protected_regular shell: bash run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 631305f8ee16..9e6332fb1d01 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -123,7 +123,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -222,7 +222,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -339,7 +339,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -442,7 +442,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Download Binaries uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: @@ -528,7 +528,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Install docker shell: bash run: | @@ -645,7 +645,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 - name: Set fs.protected_regular shell: bash run: | diff --git a/hack/jenkins/common.ps1 b/hack/jenkins/common.ps1 index de3a049fad79..2d0c8a08d62a 100644 --- a/hack/jenkins/common.ps1 +++ b/hack/jenkins/common.ps1 @@ -68,7 +68,7 @@ gsutil.cmd -m cp -r gs://minikube-builds/$env:MINIKUBE_LOCATION/installers/check ./out/check_install_golang.ps1 # Download gopogh and gotestsum -go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 +go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0 go install gotest.tools/gotestsum@v1.10.1 # temporary: remove the old install of gopogh & gotestsum as it's taking priority over our current install, preventing updating if (Test-Path "C:\Go") { diff --git a/hack/jenkins/installers/check_install_gopogh.sh b/hack/jenkins/installers/check_install_gopogh.sh index ec5101f415e0..ba96ed28fb17 100755 --- a/hack/jenkins/installers/check_install_gopogh.sh +++ b/hack/jenkins/installers/check_install_gopogh.sh @@ -22,4 +22,4 @@ set -eux -o pipefail # temporary: remove the old install of gopogh as it's taking priority over our current install, preventing updating sudo rm -f /usr/local/bin/gopogh -go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0 +go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0