Skip to content

Commit

Permalink
Replacing 'go get' with 'go install' (databricks#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-n92 authored Dec 9, 2022
1 parent 9867a50 commit 23ed5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ RUN \
# # --> Static checker
&& go install honnef.co/go/tools/cmd/staticcheck@v0.3.2 \
# # --> TF formatter
&& go get github.com/katbyte/terrafmt
&& go install github.com/katbyte/terrafmt@latest

0 comments on commit 23ed5a2

Please sign in to comment.