fix(Makefile): GOPROXY default
This commit is contained in:
parent
dad580ba0f
commit
caf84ad119
7
Makefile
7
Makefile
@ -4,6 +4,13 @@
|
|||||||
# VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
|
# VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
|
||||||
VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
|
VERSION?=$(shell git describe --abbrev=0)+hash.$(shell git rev-parse --short HEAD)
|
||||||
|
|
||||||
|
# GO SETTINGS
|
||||||
|
# Defines a proxy server to download dependent libraries. If no proxy is
|
||||||
|
# defined, "direct" is used. See configuration options:
|
||||||
|
# - https://golang.org/cmd/go/#hdr-Module_downloading_and_verification
|
||||||
|
# - go help module-private
|
||||||
|
GOPROXY?=direct
|
||||||
|
|
||||||
# EXECUTABLE
|
# EXECUTABLE
|
||||||
# Executable binary which should be compiled for different architecures
|
# Executable binary which should be compiled for different architecures
|
||||||
EXECUTABLE:=dhdu
|
EXECUTABLE:=dhdu
|
||||||
|
Loading…
Reference in New Issue
Block a user