Skip to content

Commit

Permalink
Upgrade tools
Browse files Browse the repository at this point in the history
- 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
mem committed May 14, 2024
1 parent 1b71ba4 commit b052771
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go:
type: docker
golangci-lint:
repo: github.com/golangci/golangci-lint
version: v1.57.2
version: v1.58.1
type: go
gotestsum:
repo: gotest.tools/gotestsum
Expand Down Expand Up @@ -53,7 +53,7 @@ jsonnet:
type: go
k6:
repo: github.com/grafana/k6
version: v0.50.0
version: v0.51.0
type: go
mage:
repo: github.com/magefile/mage
Expand All @@ -67,7 +67,7 @@ nilaway:
type: go
protobuf:
repo: google.golang.org/protobuf
version: v1.33.0
version: v1.34.1
type: go
semversort:
repo: github.com/whereswaldon/semversort
Expand Down

0 comments on commit b052771

Please sign in to comment.