bazel: add shfmt to tidy target

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-14 17:21:50 +01:00
parent 88c2e14c64
commit e3f37e9a38
6 changed files with 51 additions and 57 deletions

View file

@ -96,7 +96,6 @@ Use the provided scripts in `/image/measured-boot` to generated measurements for
Go dependencies are managed with [Go modules](https://blog.golang.org/using-go-modules) that are all linked from the main [go.work](/go.work) file.
[Follow the go documentation](https://go.dev/doc/modules/managing-dependencies) on how to use Go modules.
After updating a dependency, you will have to run `bazel run //:gazelle-update-repos` to update the Bazel workspace with changes from `go.mod` and `go.sum` files.
# Bazel