Don't go get go-ruleguard in make deps-go (#9335)

Doing this could cause the package to update and therefore generate a
dirty worktree after a run of `make deps-go`. Goreleaser will refuse to
make a build on a dirty work tree (which is probably the behavior we
want, as we only want to build with committed changes).
This commit is contained in:
Zach Wasserman 2023-01-13 18:42:46 -06:00 committed by GitHub
parent b6a6ac454f
commit f1fdcfc481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,7 +186,6 @@ deps-js:
deps-go:
go mod download
go get github.com/quasilyte/go-ruleguard/dsl
migration:
go run github.com/fleetdm/goose/cmd/goose -dir server/datastore/mysql/migrations/tables create $(name)