Skip to content

Commit 68d00b1

Browse files
author
lijianguo
committed
chore(controller-sdk-go): update DEV_ENV_WORK_DIR
1 parent fb0dabf commit 68d00b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
REPO_PATH = github.com/drycc/controller-sdk-go
33

44
DEV_ENV_IMAGE := drycc/go-dev
5-
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
5+
DEV_ENV_WORK_DIR := /opt/drycc/go/src/${REPO_PATH}
66

77
# Enable vendor/ directory support.
88
export GO15VENDOREXPERIMENT=1

0 commit comments

Comments
 (0)