-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- golangci-lint v1.57.2 -> v1.58.1 - k6 v0.50.0 -> v0.51.0 - protobuf v1.33.0 -> v1.34.1 Signed-off-by: Marcelo E. Magallon <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ FROM go as tools | |
RUN env GOBIN=/build go install github.com/dmarkham/[email protected] | ||
|
||
# Add protoc-gen-go | ||
RUN env GOBIN=/build go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.33.0 | ||
RUN env GOBIN=/build go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.1 | ||
|
||
# Add protoc-gen-go-grpc | ||
RUN env GOBIN=/build go install google.golang.org/grpc/cmd/[email protected] | ||
|
@@ -47,7 +47,7 @@ FROM go as tools | |
RUN env GOBIN=/build go install github.com/whereswaldon/[email protected] | ||
|
||
# Add golangci-lint | ||
RUN env GOBIN=/build go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2 | ||
RUN env GOBIN=/build go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.1 | ||
|
||
# Add shellcheck | ||
COPY --from=registry.hub.docker.com/koalaman/shellcheck:v0.10.0 /bin/shellcheck /build | ||
|
@@ -70,7 +70,7 @@ FROM go AS k6 | |
# the architecture we are targeting. The simplest way to build k6 is to | ||
# (ab)use xk6 to build a binary without any extensions. In the future, if | ||
# we wanted additional extensions, this is the place to add them. | ||
RUN /build/xk6 build v0.50.0 --output /build/k6 | ||
RUN /build/xk6 build v0.51.0 --output /build/k6 | ||
|
||
FROM registry.hub.docker.com/library/debian:stable-slim as skopeo | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters