Merge pull request #3467 from dokku/upgrade-golang

feat: update golang in use for binary building
This commit is contained in:
Jose Diaz-Gonzalez
2019-03-13 02:04:45 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
GO_REPO_ROOT := /go/src/github.com/dokku/dokku
BUILD_IMAGE := golang:1.9.1
BUILD_IMAGE := golang:1.12
.PHONY: build-in-docker build clean src-clean