From 265ab9223aaa35be1b6352f78889ebd42348f3e8 Mon Sep 17 00:00:00 2001 From: Codeberg Date: Sat, 25 May 2019 21:31:56 +0200 Subject: [PATCH] go 1.12.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fd119d8..643b179 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export GOROOT := ${BUILDDIR}/go export GOPATH := ${BUILDDIR}/gitea export PATH := ${GOROOT}/bin:${GOPATH}/bin:${PATH} -GOTAR = go1.11.2.$(shell uname | tr [:upper:] [:lower:])-amd64.tar.gz +GOTAR = go1.12.1.$(shell uname | tr [:upper:] [:lower:])-amd64.tar.gz ORIGIN = ssh://prlgc.com/git/gogs-gitea TARGETS = ${GOPATH}/bin/avatar