CI: Update gopogh from v0.28.0 to v0.29.0

pull/19733/head
minikube-bot 2024-09-30 09:02:56 +00:00
parent 3085ac9fda
commit 7aed0071ad
5 changed files with 13 additions and 13 deletions

View File

@ -97,7 +97,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.0
- name: Docker Info
shell: bash

View File

@ -135,7 +135,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.0
- name: Set fs.protected_regular
shell: bash
run: |

View File

@ -133,7 +133,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.0
- name: Set fs.protected_regular
shell: bash
run: |

View File

@ -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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.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") {

View File

@ -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.28.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.0