Skip to content

Commit

Permalink
feat: Add gotestsum
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem committed Dec 5, 2023
1 parent e8ce65f commit 508833a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ FROM registry.hub.docker.com/library/golang:1.21.3 as go-build
# Add git-chglog
RUN env GOBIN=/build go install github.com/git-chglog/git-chglog/cmd/[email protected]

# Add gotestsum
RUN env GOBIN=/build go install gotest.tools/[email protected]

FROM registry.hub.docker.com/library/debian:stable-slim as build

COPY --from=go-build /usr/local/go /usr/local/go
Expand Down
3 changes: 3 additions & 0 deletions lib/image-test
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ shellcheck --version
echo '=== git-chglog'
git-chglog --help

echo '=== gotestsum'
gotestsum --version

echo '=== gcc'
gcc --version

Expand Down

0 comments on commit 508833a

Please sign in to comment.