We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb0dabf + 68d00b1 commit ad47685Copy full SHA for ad47685
1 file changed
Makefile
@@ -2,7 +2,7 @@
2
REPO_PATH = github.com/drycc/controller-sdk-go
3
4
DEV_ENV_IMAGE := drycc/go-dev
5
-DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
+DEV_ENV_WORK_DIR := /opt/drycc/go/src/${REPO_PATH}
6
7
# Enable vendor/ directory support.
8
export GO15VENDOREXPERIMENT=1
0 commit comments