-
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.
- bingo: v0.9.0 - buf: v1.30.0 - protobuf: v1.33.0 - shellcheck: v0.10.0 Signed-off-by: Marcelo E. Magallon <[email protected]>
- Loading branch information
Showing
3 changed files
with
17 additions
and
15 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 |
---|---|---|
|
@@ -13,19 +13,19 @@ FROM go as tools | |
RUN env GOBIN=/build go install github.com/google/wire/cmd/[email protected] | ||
|
||
# Add bingo | ||
RUN env GOBIN=/build go install github.com/bwplotka/bingo@v0.8.0 | ||
RUN env GOBIN=/build go install github.com/bwplotka/bingo@v0.9.0 | ||
|
||
# Add enumer | ||
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.32.0 | ||
RUN env GOBIN=/build go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.33.0 | ||
|
||
# Add protoc-gen-go-grpc | ||
RUN env GOBIN=/build go install google.golang.org/grpc/cmd/[email protected] | ||
|
||
# Add buf | ||
RUN env GOBIN=/build go install github.com/bufbuild/buf/cmd/buf@v1.29.0 | ||
RUN env GOBIN=/build go install github.com/bufbuild/buf/cmd/buf@v1.30.0 | ||
|
||
# Add mage | ||
RUN git clone --depth 1 --branch v1.15.0 https://github.com/magefile/mage mage && \ | ||
|
@@ -45,7 +45,7 @@ FROM go as tools | |
RUN env GOBIN=/build go install github.com/golangci/golangci-lint/cmd/[email protected] | ||
|
||
# Add shellcheck | ||
COPY --from=registry.hub.docker.com/koalaman/shellcheck:v0.9.0 /bin/shellcheck /build | ||
COPY --from=registry.hub.docker.com/koalaman/shellcheck:v0.10.0 /bin/shellcheck /build | ||
|
||
# Add git-chglog | ||
RUN env GOBIN=/build go install github.com/git-chglog/git-chglog/cmd/[email protected] | ||
|
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
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