Skip to content

Commit

Permalink
Merge pull request #16369 from minikube-bot/auto_bump_gopogh_version
Browse files Browse the repository at this point in the history
CI: Update gopogh from v0.16.0 to v0.17.0
  • Loading branch information
spowelljr authored Apr 24, 2023
2 parents 021cea6 + 2af022b commit 48e0ac2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional_verified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Docker Info
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Install docker
shell: bash
run: |
Expand Down Expand Up @@ -526,7 +526,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Set fs.protected_regular
shell: bash
run: |
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
with:
Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down Expand Up @@ -528,7 +528,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Install docker
shell: bash
run: |
Expand Down Expand Up @@ -645,7 +645,7 @@ jobs:
- name: Install gopogh
shell: bash
run: |
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
- name: Set fs.protected_regular
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion hack/jenkins/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
go install gotest.tools/gotestsum@v1.10.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") {
Expand Down
2 changes: 1 addition & 1 deletion hack/jenkins/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ if ! type "jq" > /dev/null; then
fi

echo ">> Installing gopogh"
go install github.com/medyagh/gopogh/cmd/gopogh@v0.16.0
go install github.com/medyagh/gopogh/cmd/gopogh@v0.17.0
# 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

Expand Down

0 comments on commit 48e0ac2

Please sign in to comment.