Skip to content

Commit

Permalink
Fix hoverfly ci build config
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Mar 20, 2024
1 parent 5e41dae commit c02f5c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ jobs:
- run:
name: Install gox
command: |
GO111MODULE=off go get github.com/mitchellh/gox
go install github.com/mitchellh/gox@latest
- run:
name: Install github-release
command: |
GO111MODULE=off go get github.com/aktau/github-release
go install github.com/aktau/github-release@latest
- run:
name: Build cross platform releases
command: |
Expand Down

0 comments on commit c02f5c1

Please sign in to comment.