Skip to content

Commit

Permalink
Merge pull request #87 from cpanato/goimports
Browse files Browse the repository at this point in the history
install goimports
  • Loading branch information
cpanato authored Feb 9, 2022
2 parents 3b1a94c + 9054864 commit e251ecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ RUN curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/google-cloud-sdk.ta
--usage-reporting=false && \
gcloud info > /root/gcloud-info.txt

# install goimports
RUN go install golang.org/x/tools/cmd/goimports@latest

ENTRYPOINT ["bash", "/entrypoint.sh"]

# CMD ["goreleaser", "-v"]

0 comments on commit e251ecb

Please sign in to comment.