Skip to content

Commit

Permalink
Add back goimports 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel committed Apr 16, 2019
1 parent 6d6524a commit 409b84f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ RUN wget -q https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && un
# update the path for both go and gcloud
ENV PATH /usr/local/go/bin:/go/bin:/opt/google-cloud-sdk/bin:$PATH

# install go tooling for development, building and testing
RUN go get -u golang.org/x/tools/cmd/goimports

# RUN gcloud components update
RUN gcloud components update && gcloud components install app-engine-go

Expand Down

0 comments on commit 409b84f

Please sign in to comment.