mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
This change is not necessary other than for good house-keeping. All dokku-related binaries should _also_ be built with the latest golang.
5 lines
121 B
Makefile
5 lines
121 B
Makefile
GO_REPO_ROOT := /go/src/github.com/dokku/dokku
|
|
BUILD_IMAGE := golang:1.12
|
|
|
|
.PHONY: build-in-docker build clean src-clean
|