Skip to content

Commit

Permalink
fix(ci): go get -> go install
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 4, 2024
1 parent b839458 commit 26cc8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
env:
GO111MODULE: off
run: |
go get -u github.com/anycable/websocket-bench
go get -u github.com/google/gops
go install github.com/anycable/websocket-bench@latest
go install github.com/google/gops@latest
- name: Build test binary
env:
BUILD_ARGS: "-race"
Expand Down

0 comments on commit 26cc8fa

Please sign in to comment.