1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update golang and enable MPTCP by default

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-05-15 21:01:36 +02:00
parent e22b863f26
commit dfaa6ba1f0
5 changed files with 31 additions and 56 deletions

View file

@ -213,7 +213,7 @@ GO_PKG_BUILD_VARS= \
GOPATH="$(GO_PKG_BUILD_DIR)" \
GOCACHE="$(GO_BUILD_CACHE_DIR)" \
GOMODCACHE="$(GO_MOD_CACHE_DIR)" \
GOENV=off
GOENV=off GOPROXY="direct"
GO_PKG_VARS= \
$(GO_PKG_TARGET_VARS) \