Skip to content

Commit

Permalink
ci(Makefile): enable trace module by default (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
hero-intelligent authored Feb 5, 2024
1 parent a85abb4 commit a1f62c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ else
STRIP_FLAG := -strip=$(STRIP_PATH)
endif

GOARCH ?= $(shell go env GOARCH)

# Do NOT remove the line below. This line is for CI.
#export GOMODCACHE=$(PWD)/go-mod

Expand Down

0 comments on commit a1f62c2

Please sign in to comment.