Skip to content

Commit

Permalink
Bump WillAbides/setup-go-faster from 1.12.0 to 1.13.0 (#1767)
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.12.0 to 1.13.0.
- [Release notes](https://github.com/willabides/setup-go-faster/releases)
- [Commits](WillAbides/setup-go-faster@v1.12.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent c199cb8 commit 268fa5e
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 @@ -62,7 +62,7 @@ jobs:
if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
- uses: WillAbides/setup-go-faster@v1.12.0
- uses: WillAbides/setup-go-faster@v1.13.0
with:
go-version: ${{ env.GOVER }}

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

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

Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: WillAbides/setup-go-faster@v1.12.0
- uses: WillAbides/setup-go-faster@v1.13.0
with:
go-version: ${{ env.GOVER }}
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
fetch-depth: 0

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

Expand Down

0 comments on commit 268fa5e

Please sign in to comment.