This commit is contained in:
2022-02-09 06:49:57 -08:00
parent 60be955549
commit 65d134c4ff
2 changed files with 46 additions and 0 deletions

View File

@@ -15,3 +15,11 @@ fi
if ! which pack 2>&1 >/dev/null ; then
go install -v github.com/buildpacks/pack/cmd/pack@latest
fi
if ! which golangci-lint 2>&1 >/dev/null ; then
go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest
fi
if ! which gofumpt 2>&1 >/dev/null ; then
go install -v mvdan.cc/gofumpt@latest
fi