Skip to content

Commit

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

---
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 Sep 25, 2023
1 parent 3d2241c commit e75d268
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 @@ -61,7 +61,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.11.0
- uses: WillAbides/setup-go-faster@v1.12.0
with:
go-version: ${{ env.GOVER }}

Expand Down Expand Up @@ -92,7 +92,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.11.0
- uses: WillAbides/setup-go-faster@v1.12.0
with:
go-version: ${{ env.GOVER }}

Expand All @@ -107,7 +107,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.11.0
- uses: WillAbides/setup-go-faster@v1.12.0
with:
go-version: ${{ env.GOVER }}

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

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

Expand Down

0 comments on commit e75d268

Please sign in to comment.