This commit is contained in:
2022-09-08 12:20:12 +00:00
committed by Пётр Крутов
parent 294550f5ce
commit 8fc9170c9c
3 changed files with 9 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ OS_ARCH=windows_amd64
default: install
lint:
golangci-lint run --timeout 600s
build:
go build -o ${BINARY} ${MAINPATH}
release: