Skip to content

Commit

Permalink
Merge pull request #8 from nebhale/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
nebhale committed Dec 12, 2023
2 parents e3aba27 + 4f73ac9 commit be8ddf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Install richgo
run: go install -ldflags="-s -w" github.com/kyoh86/richgo
run: go install -ldflags="-s -w" github.com/kyoh86/richgo@latest
- name: Run Tests
run: richgo test -v ./... -coverprofile cover.out
env:
Expand Down

0 comments on commit be8ddf8

Please sign in to comment.