File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG VERSION=latest
66FROM golang:latest AS exporter-builder
77WORKDIR /src
88COPY --from=exporter-src . .
9- RUN go mod edit -go=$(go env GOVERSION | sed 's/go//' ) && go get -t -u ./... && go mod tidy
9+ RUN go mod edit -go=$(go env GOVERSION | sed 's/go//' ) && go mod tidy
1010RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /selenium-grid-exporter .
1111
1212# ========================
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG VERSION=latest
66FROM golang:latest AS exporter-builder
77WORKDIR /src
88COPY --from=exporter-src . .
9- RUN go mod edit -go=$(go env GOVERSION | sed 's/go//' ) && go get -t -u ./... && go mod tidy
9+ RUN go mod edit -go=$(go env GOVERSION | sed 's/go//' ) && go mod tidy
1010RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o /selenium-grid-exporter .
1111
1212# ========================
You can’t perform that action at this time.
0 commit comments