Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
* Go: 1.22.3 -> 1.22.4
* protoc-gen-go-grpc: v1.3.0 -> v1.4.0

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Jun 5, 2024
1 parent 25b662a commit 3dd302d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.hub.docker.com/library/golang:1.22.3 as go
FROM registry.hub.docker.com/library/golang:1.22.4 as go

COPY lib/go.env /usr/local/go

Expand Down Expand Up @@ -27,7 +27,7 @@ FROM go as tools
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/protoc-gen-go-grpc@v1.3.0
RUN env GOBIN=/build go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.4.0

# Add buf
RUN env GOBIN=/build go install github.com/bufbuild/buf/cmd/buf@v1.32.2
Expand Down
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git-chglog:
type: go
go:
repo: registry.hub.docker.com/library/golang
version: 1.22.3
version: 1.22.4
type: docker
golangci-lint:
repo: github.com/golangci/golangci-lint
Expand All @@ -41,7 +41,7 @@ grizzly:
type: go
grpc:
repo: google.golang.org/grpc/cmd/protoc-gen-go-grpc
version: v1.3.0
version: v1.4.0
type: go
jq:
repo: ghcr.io/jqlang/jq
Expand Down

0 comments on commit 3dd302d

Please sign in to comment.