Skip to content

Commit

Permalink
chore: update Go build workflow to use 'go get' for installing gocove…
Browse files Browse the repository at this point in the history
…r-cobertura
  • Loading branch information
edmarfelipe committed Aug 25, 2024
1 parent 877ac2d commit 0ffabd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Set up tools
run: |
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
go install github.com/boumenot/gocover-cobertura
go get github.com/boumenot/gocover-cobertura
- name: Tests
run: |
Expand Down

0 comments on commit 0ffabd5

Please sign in to comment.