CI: Update gopogh from v0.23.0 to v0.24.0

pull/17604/head
minikube-bot 2023-11-13 09:02:30 +00:00
parent 6425be808f
commit 55001d9afa
5 changed files with 14 additions and 14 deletions

View File

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

View File

@ -138,7 +138,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -236,7 +236,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -338,7 +338,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -423,7 +423,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Install docker
shell: bash
run: |
@ -539,7 +539,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Set fs.protected_regular
shell: bash
run: |

View File

@ -136,7 +136,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -235,7 +235,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -352,7 +352,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -455,7 +455,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
@ -541,7 +541,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
- name: Install docker
shell: bash
run: |
@ -658,7 +658,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.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.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0
go install gotest.tools/gotestsum@v1.11.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.23.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.24.0