Skip to content

Commit

Permalink
Update .github/workflows/tiobe.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hoyt <[email protected]>
  • Loading branch information
tonyandrewmeyer and benhoyt committed Aug 28, 2024
1 parent 71936c2 commit eb5405e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tiobe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Install dependencies
run: |
go install honnef.co/go/tools/cmd/[email protected]
go get github.com/axw/gocov/gocov
go get github.com/AlekSi/gocov-xml
go install github.com/axw/gocov/gocov@v1.1.0
go install github.com/AlekSi/gocov-xml@v1.1.0
# We could store a report from the regular run, but this is cheap to do and keeps this isolated.
- name: Test and generate coverage report
Expand Down

0 comments on commit eb5405e

Please sign in to comment.