-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: refactor build system and update formatting tools
- Change `GOFMT` tool from `gofmt` to `gofumpt` - Remove DockerHub deployment configurations - Add detection and setup for Go environment variables - Add conditional flags and executable naming based on OS - Update `fmt` and `fmt-check` targets to use `gofumpt` - Remove `lint`, `misspell-check`, and `misspell` targets - Update `test` target to remove dependency on `fmt-check` - Change `install` and `build` targets to use `GOFILES` instead of `SOURCES` - Update `$(EXECUTABLE)` target to output to `bin/` - Remove various `release` and `docker` related targets Signed-off-by: appleboy <appleboy.tw@gmail.com>
- Loading branch information
Showing
1 changed file
with
37 additions
and
73 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