We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a4a4e commit f1ab27cCopy full SHA for f1ab27c
load-test/Dockerfile
@@ -12,7 +12,7 @@ RUN go mod tidy
12
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o summarize_upload_results
13
14
# Build vegeta.
15
-RUN CGO_ENABLED=0 GOOS=linux go get -u github.com/tsenart/vegeta
+RUN CGO_ENABLED=0 GOOS=linux go install github.com/tsenart/vegeta@latest
16
17
# The image we actually run
18
FROM alpine:latest
0 commit comments