mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
b6a6ac454f
commit
f1fdcfc481
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue