From f1fdcfc481769eaee175231c789787e89dfc549c Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Fri, 13 Jan 2023 18:42:46 -0600 Subject: [PATCH] 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). --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 7f12402d00..717e3c4833 100644 --- a/Makefile +++ b/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)