Skip to content

Commit

Permalink
Bump coverallsapp/github-action from 2.3.2 to 2.3.3 (#47)
Browse files Browse the repository at this point in the history
* Bump coverallsapp/github-action from 2.3.2 to 2.3.3

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@v2.3.2...v2.3.3)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Only use major version in tag, bump Go version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Sawert <[email protected]>
  • Loading branch information
dependabot[bot] and bombsimon authored Oct 17, 2024
1 parent ed2e8f8 commit 4ec0cbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.23

- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -24,8 +24,8 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
- 1.22.x
- 1.23.x
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -51,7 +51,7 @@ jobs:
if: success()
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.23.x

- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -62,7 +62,7 @@ jobs:
go test -v -covermode=count -coverprofile=coverage.out
- name: Coveralls
uses: coverallsapp/github-action@v2.3.2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.out

0 comments on commit 4ec0cbb

Please sign in to comment.