Skip to content

Commit e22f3e0

Browse files
committed
build with go 1.14
1 parent b0e8c27 commit e22f3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ build: _check test _build
3535

3636
build-docker:
3737
@#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
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.14.3 make build
3939

4040
build-darwin:
4141
GOOS=darwin go build -a -installsuffix cgo ${LDFLAGS} -o build/Darwin/${BINARY} main.go

0 commit comments

Comments
 (0)