Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
- buf v1.32.2
- golangci-lint v1.59.0
- gotestsum v1.12.0
- skopeo v1.15.1

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed May 30, 2024
1 parent cc75680 commit a75c858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM go as tools
RUN env GOBIN=/build go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0

# Add buf
RUN env GOBIN=/build go install github.com/bufbuild/buf/cmd/buf@v1.30.1
RUN env GOBIN=/build go install github.com/bufbuild/buf/cmd/buf@v1.32.2

# Add mage
RUN git clone --depth 1 --branch v1.15.0 https://github.com/magefile/mage mage && \
Expand All @@ -47,7 +47,7 @@ FROM go as tools
RUN env GOBIN=/build go install github.com/whereswaldon/semversort@v0.0.6

# Add golangci-lint
RUN env GOBIN=/build go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.1
RUN env GOBIN=/build go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.0

# Add shellcheck
COPY --from=registry.hub.docker.com/koalaman/shellcheck:v0.10.0 /bin/shellcheck /build
Expand All @@ -56,7 +56,7 @@ FROM go as tools
RUN env GOBIN=/build go install github.com/git-chglog/git-chglog/cmd/git-chglog@v0.15.4

# Add gotestsum
RUN env GOBIN=/build go install gotest.tools/gotestsum@v1.11.0
RUN env GOBIN=/build go install gotest.tools/gotestsum@v1.12.0

# Add jq
COPY --from=ghcr.io/jqlang/jq:1.7.1 /jq /build
Expand Down Expand Up @@ -91,7 +91,7 @@ FROM registry.hub.docker.com/library/debian:stable-slim as skopeo
# inspect the available versions without pulling the repos.
RUN git clone https://github.com/containers/skopeo && \
cd skopeo && \
git checkout "v1.15.0" && \
git checkout "v1.15.1" && \
make GOBIN=/build DISABLE_DOCS=1 bin/skopeo && \
mkdir -p /build && \
cp bin/skopeo /build/
Expand Down
8 changes: 4 additions & 4 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bingo:
type: go
buf:
repo: github.com/bufbuild/buf
version: v1.30.1
version: v1.32.2
type: go
dockerfile-json:
repo: github.com/keilerkonzept/dockerfile-json
Expand All @@ -24,11 +24,11 @@ go:
type: docker
golangci-lint:
repo: github.com/golangci/golangci-lint
version: v1.58.1
version: v1.59.0
type: go
gotestsum:
repo: gotest.tools/gotestsum
version: v1.11.0
version: v1.12.0
type: go
grizzly:
comment: |
Expand Down Expand Up @@ -79,7 +79,7 @@ shellcheck:
type: docker
skopeo:
repo: github.com/containers/skopeo
version: v1.15.0
version: v1.15.1
type: go
wire:
repo: github.com/google/wire
Expand Down

0 comments on commit a75c858

Please sign in to comment.