Skip to content

Commit

Permalink
Bump WillAbides/setup-go-faster from 1.9.0 to 1.10.1
Browse files Browse the repository at this point in the history
Bumps [WillAbides/setup-go-faster](https://github.com/willabides/setup-go-faster) from 1.9.0 to 1.10.1.
- [Release notes](https://github.com/willabides/setup-go-faster/releases)
- [Commits](WillAbides/setup-go-faster@v1.9.0...v1.10.1)

---
updated-dependencies:
- dependency-name: WillAbides/setup-go-faster
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent 46f8c52 commit 4af2166
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1.9.0
- uses: WillAbides/setup-go-faster@v1.10.1
with:
go-version: ${{ env.GOVER }}

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1.9.0
- uses: WillAbides/setup-go-faster@v1.10.1
with:
go-version: ${{ env.GOVER }}

Expand All @@ -105,7 +105,7 @@ jobs:
if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- uses: WillAbides/setup-go-faster@v1.9.0
- uses: WillAbides/setup-go-faster@v1.10.1
with:
go-version: ${{ env.GOVER }}

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
repository: containers/podman
ref: ${{ env.PODMAN_VER }}

- uses: WillAbides/setup-go-faster@v1.9.0
- uses: WillAbides/setup-go-faster@v1.10.1
if: steps.cache-podman-bin.outputs.cache-hit != 'true'
with:
go-version: ${{ env.GOVER }}
Expand Down Expand Up @@ -464,7 +464,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: WillAbides/setup-go-faster@v1.9.0
uses: WillAbides/setup-go-faster@v1.10.1
with:
go-version: ${{ env.GOVER }}

Expand Down

0 comments on commit 4af2166

Please sign in to comment.