Skip to content

Commit

Permalink
fix(lunar): lunar
Browse files Browse the repository at this point in the history
  • Loading branch information
Lofanmi committed Nov 24, 2024
1 parent da6df1a commit 9a52a65
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
@@ -1,4 +1,4 @@
GO ?= go
GO ?= TZ=PRC go
GOFMT ?= gofmt "-s"
GO_VERSION=$(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
PACKAGES ?= $(shell $(GO) list ./...)
Expand Down

0 comments on commit 9a52a65

Please sign in to comment.