Skip to content

Commit

Permalink
fix: EOL
Browse files Browse the repository at this point in the history
Signed-off-by: ashing <[email protected]>
  • Loading branch information
ronething committed Sep 7, 2023
1 parent 3fee683 commit 284aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ build-linux-arm:
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux go build -o chatgpt-dingtalk main.go

lint:
env GOGC=25 golangci-lint run --fix -j 8 --timeout 10m -v ./...
env GOGC=25 golangci-lint run --fix -j 8 --timeout 10m -v ./...

0 comments on commit 284aad6

Please sign in to comment.