We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e8c27 commit e22f3e0Copy full SHA for e22f3e0
Makefile
@@ -35,7 +35,7 @@ build: _check test _build
35
36
build-docker:
37
@#USER_NS='-u $(shell id -u $(whoami)):$(shell id -g $(whoami))'
38
- docker run --rm ${USER_NS} -v "${PWD}":/go/src/github.com/hortonworks/salt-bootstrap -w /go/src/github.com/hortonworks/salt-bootstrap -e VERSION=${VERSION} golang:1.13.1 make build
+ docker run --rm ${USER_NS} -v "${PWD}":/go/src/github.com/hortonworks/salt-bootstrap -w /go/src/github.com/hortonworks/salt-bootstrap -e VERSION=${VERSION} golang:1.14.3 make build
39
40
build-darwin:
41
GOOS=darwin go build -a -installsuffix cgo ${LDFLAGS} -o build/Darwin/${BINARY} main.go
0 commit comments