Skip to content

Commit

Permalink
Gh action code coverage (#43)
Browse files Browse the repository at this point in the history
* looking at a badge example for golang

* Switching to GH changelog, will need to stop squashing commits

* bumping go version

Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com>
  • Loading branch information
shotah and christopher blodgett authored Dec 14, 2022
1 parent fdd2660 commit 976ab84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.

- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "1.14.4"
go-version: "1.19.x"

- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 976ab84

Please sign in to comment.