Skip to content

Commit

Permalink
build: add goimports to postCreateCommand.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
graugans committed Apr 13, 2024
1 parent 0958ad9 commit dc56adc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pip3 install --break-system-packages -r requirements.txt

# Go CI Lint
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" v1.54.0

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

0 comments on commit dc56adc

Please sign in to comment.