Skip to content

Commit

Permalink
bump tools
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Jan 17, 2024
1 parent 05d1a9e commit 65724ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ golangci-lint: $(TOOLSBIN)/golangci-lint
## <goimports>
# https://pkg.go.dev/golang.org/x/tools?tab=versions
GOIMPORTS_CMD := golang.org/x/tools/cmd/goimports
GOIMPORTS_VER := v0.16.0
GOIMPORTS_VER := v0.17.0
$(TOOLSDB)/goimports.$(GOIMPORTS_VER).$(GO_VER).ver:
$(TOOLSBIN)/goimports:

Expand Down Expand Up @@ -298,14 +298,14 @@ air: $(TOOLSBIN)/air

## <protobuf>
# https://github.com/protocolbuffers/protobuf/releases
PROTOC_VER:=v25.1
PROTOC_VER:=v25.2
$(TOOLSDB)/protoc.$(PROTOC_VER).ver:
$(TOOLSBIN)/protoc: $(TOOLSDB)/protoc.$(PROTOC_VER).ver
./scripts/install-protoc --version $(PROTOC_VER) --destination $(TOOLSDIR)

# https://github.com/protocolbuffers/protobuf-go/releases
PROTOC-GEN-GO_CMD := google.golang.org/protobuf/cmd/protoc-gen-go
PROTOC-GEN-GO_VER := v1.31.0
PROTOC-GEN-GO_VER := v1.32.0
$(TOOLSBIN)/protoc-gen-go:
$(TOOLSBIN)/.protoc-gen-go.$(PROTOBUFGO_VER).$(GO_VER).ver:

Expand Down

0 comments on commit 65724ad

Please sign in to comment.