Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Feb 19, 2024
1 parent 3396a58 commit b115a55
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,7 +1,7 @@
TESTS= $(shell go list ./... | grep -v -e gowasm_test -e cmd)
GOPATH= $(shell go env GOPATH)
GOMODCACHE= $(shell go env GOMODCACHE)
# go 1.14 patch
# go 1.20 patch
ifeq ($(GOMODCACHE),)
GOMODCACHE := $(shell go env GOPATH)/pkg/mod
endif
Expand Down

0 comments on commit b115a55

Please sign in to comment.