-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Remove Makefiles in favor of
go build
Switch to using `go build` directly to embrace the Go way of building. This change eliminates the need to maintain both the Makefile and the goreleaser yaml. You can still build everything at once using the provided justfile with `just build`. Additionally, remove the go.mod files in subdirectories to avoid manual updates when the main go.mod is updated. As a result, the linter now also checks the contrib files, necessitating a few trivial fixes. Signed-off-by: Michael Adler <[email protected]>
- Loading branch information
1 parent
ec6c0fd
commit b10ee74
Showing
19 changed files
with
42 additions
and
347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.