-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit b438ca6 Author: Ainar Garipov <[email protected]> Date: Fri Jun 21 13:36:28 2024 +0300 all: fmt go.mod commit 8e21f4f Author: Ainar Garipov <[email protected]> Date: Fri Jun 21 13:19:30 2024 +0300 all: upd deps, tools
- Loading branch information
Showing
7 changed files
with
50 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# Makefile. Bump this number every time a significant change is made to | ||
# this Makefile. | ||
# | ||
# AdGuard-Project-Version: 2 | ||
# AdGuard-Project-Version: 5 | ||
|
||
# Don't name these macros "GO" etc., because GNU Make apparently makes | ||
# them exported environment variables with the literal value of | ||
|
@@ -25,7 +25,7 @@ CHANNEL = development | |
DEPLOY_SCRIPT_PATH = not/a/real/path | ||
DIST_DIR = dist | ||
GOAMD64 = v1 | ||
GOPROXY = https://goproxy.cn|https://proxy.golang.org|direct | ||
GOPROXY = https://proxy.golang.org|direct | ||
GOTOOLCHAIN = go1.22.4 | ||
GPG_KEY = [email protected] | ||
GPG_KEY_PASSPHRASE = not-a-real-password | ||
|
@@ -62,8 +62,6 @@ ENV = env\ | |
# full build. | ||
build: go-deps go-build | ||
|
||
build-release: ; $(ENV) "$(SHELL)" ./scripts/make/build-release.sh | ||
|
||
init: ; git config core.hooksPath ./scripts/hooks | ||
|
||
test: go-test | ||
|
@@ -86,3 +84,5 @@ go-os-check: | |
env GOOS='windows' "$(GO.MACRO)" vet ./internal/... | ||
|
||
txt-lint: ; $(ENV) "$(SHELL)" ./scripts/make/txt-lint.sh | ||
|
||
build-release: ; $(ENV) "$(SHELL)" ./scripts/make/build-release.sh |
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 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