Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Makefile: use latest Go when building in Docker
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <mateusz@kinvolk.io>
  • Loading branch information
invidian committed Oct 15, 2020
1 parent e7c8105 commit 9b668ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build: update-assets build-slim
.PHONY: build-in-docker
build-in-docker:
# increase ulimit to workaround https://github.com/golang/go/issues/37436
docker run --ulimit memlock=1024000 --rm -ti -v $(shell pwd):/usr/src/lokomotive -w /usr/src/lokomotive golang:1.14 sh -c "make"
docker run --ulimit memlock=1024000 --rm -ti -v $(shell pwd):/usr/src/lokomotive -w /usr/src/lokomotive golang:1.15.3 sh -c "make"

.PHONY: build-test
build-test:
Expand Down

0 comments on commit 9b668ba

Please sign in to comment.