CI: Update gopogh from to

pull/17012/head
minikube-bot 2023-08-07 09:02:49 +00:00
parent e4823aa495
commit 3af8bd3498
4 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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0
- name: Docker Info
shell: bash

View File

@ -125,7 +125,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.0
- name: Set fs.protected_regular
shell: bash
run: |

View File

@ -123,7 +123,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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.17.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.19.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") {