Skip to content

Commit f712280

Browse files
minor makefile fix
modern go tooling requires a version with `go install`.
1 parent 8828185 commit f712280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ benchstat := ${GOPATH}/bin/benchstat
7474
all:
7575

7676
$(benchstat):
77-
go install golang.org/x/perf/cmd/benchstat
77+
go install golang.org/x/perf/cmd/benchstat@latest
7878

7979
$(benchmark.cmd.dir)/message.pb.go: $(benchmark.cmd.dir)/message.proto
8080
@protoc -I. \

0 commit comments

Comments
 (0)