Skip to content

Commit

Permalink
Bump WillAbides/setup-go-faster from 1.13.0 to 1.14.0 (#1825)
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.13.0 to 1.14.0.
- [Release notes](https://github.com/willabides/setup-go-faster/releases)
- [Commits](WillAbides/setup-go-faster@v1.13.0...v1.14.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 Jan 22, 2024
1 parent 4c416b8 commit 1bd4638
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-containerlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: WillAbides/setup-go-faster@v1.13.0
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ${{ inputs.go_ver }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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.13.0
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ${{ env.GO_VER }}

Expand Down Expand Up @@ -100,7 +100,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.13.0
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ${{ env.GO_VER }}

Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
with:
fetch-depth: 0

- uses: WillAbides/setup-go-faster@v1.13.0
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: ${{ env.GO_VER }}

Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
fetch-depth: 0

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

Expand Down

0 comments on commit 1bd4638

Please sign in to comment.