Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent db124cd commit e5d070e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
clean: true
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version }}
cache: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
ref: ${{ github.ref }}

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version }}

Expand All @@ -37,7 +37,7 @@ jobs:
submodules: true
ref: ${{ github.ref }}

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version }}

Expand All @@ -57,7 +57,7 @@ jobs:
COVER_FILE: coverage.out
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ env.go_version}}
- run: go mod tidy
Expand Down

0 comments on commit e5d070e

Please sign in to comment.