Merge pull request #18800 from minikube-bot/auto_bump_gopogh_version

CI: Update gopogh from v0.26.0 to v0.27.0
pull/18687/head
Steven Powell 2024-05-07 10:18:21 -07:00 committed by GitHub
commit a3b43bca94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.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.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -234,7 +234,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -337,7 +337,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -423,7 +423,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Install docker
shell: bash
run: |
@ -540,7 +540,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.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.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -233,7 +233,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -351,7 +351,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -455,7 +455,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Download Binaries
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
with:
@ -542,7 +542,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0
- name: Install docker
shell: bash
run: |
@ -660,7 +660,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.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.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.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.26.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.27.0