From 30a7d4198a1c1c6fd4caa13b3053eec668be37e7 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Thu, 29 Aug 2024 13:52:52 -0700 Subject: [PATCH] CI: Update gopogh from v0.27.0 to v0.28.0 (#19542) --- .github/workflows/functional_verified.yml | 2 +- .github/workflows/master.yml | 10 +++++----- .github/workflows/pr.yml | 10 +++++----- hack/jenkins/common.ps1 | 2 +- hack/jenkins/installers/check_install_gopogh.sh | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/functional_verified.yml b/.github/workflows/functional_verified.yml index 027655059610..3fa788587b56 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.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Docker Info shell: bash diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4f13afe20bae..d56455b5a2e5 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -135,7 +135,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -235,7 +235,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -353,7 +353,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -458,7 +458,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -578,7 +578,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Set fs.protected_regular shell: bash run: | diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ce5c32ca3ef3..b506dea118ee 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -133,7 +133,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -233,7 +233,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -351,7 +351,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -456,7 +456,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Download Binaries uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: @@ -576,7 +576,7 @@ jobs: - name: Install gopogh shell: bash run: | - go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0 + go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 - name: Set fs.protected_regular shell: bash run: | diff --git a/hack/jenkins/common.ps1 b/hack/jenkins/common.ps1 index 79d503d4576c..63265394c4aa 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.27.0 +go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0 go install gotest.tools/gotestsum@v1.12.0 # 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 13a936784955..987e6a3fb9aa 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.27.0 +go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0