You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to new engineers to dockerize go-fmt Make target and make it runnable with make fmt. This would require a very light-weight Go image with this installed:
go install mvdan.cc/gofumpt@latest
We should be able to run this with docker compose. Also update the docs/CONFIGURATION.md file to remove this required dependency.
The text was updated successfully, but these errors were encountered:
It would be helpful to new engineers to dockerize go-fmt Make target and make it runnable with
make fmt
. This would require a very light-weight Go image with this installed:We should be able to run this with docker compose. Also update the docs/CONFIGURATION.md file to remove this required dependency.
The text was updated successfully, but these errors were encountered: