Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3 to 5 (#21)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 7, 2023
1 parent f74bb76 commit 1194d2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup go version
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
check-latest: ${{ inputs.go-version-latest }}
Expand All @@ -192,7 +192,7 @@ jobs:
# git config --global url."https://${{ secrets.REPO_FETCHING_TOKEN }}:[email protected]".insteadOf "https://github.com"

- name: Setup go version
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
check-latest: ${{ inputs.go-version-latest }}
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
# git config --global url."https://${{ secrets.REPO_FETCHING_TOKEN }}:[email protected]".insteadOf "https://github.com"

- name: Setup go version
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
check-latest: ${{ inputs.go-version-latest }}
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
# git config --global url."https://${{ secrets.REPO_FETCHING_TOKEN }}:[email protected]".insteadOf "https://github.com"

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
check-latest: ${{ inputs.go-version-latest }}
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
# git config --global url."https://${{ secrets.REPO_FETCHING_TOKEN }}:[email protected]".insteadOf "https://github.com"

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go-version }}
check-latest: ${{ inputs.go-version-latest }}
Expand Down

0 comments on commit 1194d2a

Please sign in to comment.