Skip to content

Commit

Permalink
fix ci build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Jan 7, 2024
1 parent 75ea32c commit 5c6a7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -30,8 +30,8 @@ jobs:
# Download all the tools used in the steps that follow
- name: Set up Tools
run: |
go install github.com/fzipp/gocyclo/cmd/gocyclo
go install github.com/mattn/goveralls
go install github.com/fzipp/gocyclo/cmd/gocyclo@v0.6.0
go install github.com/mattn/goveralls@v0.0.12
# Run all the unit-tests
- name: Test
Expand Down

0 comments on commit 5c6a7b7

Please sign in to comment.