We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab23b33 commit 19eaac4Copy full SHA for 19eaac4
2 files changed
Makefile
@@ -1,6 +1,6 @@
1
# the filepath to this repository, relative to $GOPATH/src
2
REPO_PATH := github.com/drycc/workflow-cli
3
-DEV_ENV_IMAGE := golang:1.14
+DEV_ENV_IMAGE := drycc/go-dev
4
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
5
6
# The latest git tag on branch
cmd/version.go
@@ -22,7 +22,7 @@ func (d *DryccCmd) Version(all bool) error {
22
return err
23
}
24
25
- // retrive version information from drycc controller
+ // retrieve version information from drycc controller
26
err = s.Client.Healthcheck()
27
28
if err != nil && err != drycc.ErrAPIMismatch {
0 commit comments