mirror of
https://codeberg.org/Codeberg/avatars.git
synced 2023-08-10 21:12:50 +03:00
go 1.12.1
This commit is contained in:
parent
33fabc01c6
commit
265ab9223a
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ export GOROOT := ${BUILDDIR}/go
|
|||||||
export GOPATH := ${BUILDDIR}/gitea
|
export GOPATH := ${BUILDDIR}/gitea
|
||||||
export PATH := ${GOROOT}/bin:${GOPATH}/bin:${PATH}
|
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
|
ORIGIN = ssh://prlgc.com/git/gogs-gitea
|
||||||
|
|
||||||
TARGETS = ${GOPATH}/bin/avatar
|
TARGETS = ${GOPATH}/bin/avatar
|
||||||
|
Loading…
Reference in New Issue
Block a user