Skip to content

Commit

Permalink
fix: fix docker build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Mar 15, 2022
1 parent 0883c35 commit 1964270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.16
- name: install deps
run: ./scripts/install-deps.sh
run: sudo ./scripts/install-deps.sh
- name: install
run: go mod vendor && go mod download
- name: Benchmark
Expand Down

0 comments on commit 1964270

Please # to comment.