We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46c96df + ada699c commit ed4bc06Copy full SHA for ed4bc06
1 file changed
Makefile
@@ -4,7 +4,7 @@
4
# - Kubernetes service, rc, pod, secret, volume names
5
REPO_PATH := github.com/drycc/pkg
6
DEV_ENV_IMAGE := drycc/go-dev
7
-DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
+DEV_ENV_WORK_DIR := /opt/drycc/go/src/${REPO_PATH}
8
9
# Enable vendor/ directory support.
10
export GO15VENDOREXPERIMENT=1
0 commit comments