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

Fix Golang update by adding 1.20.6 as boostrap

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-10 14:09:04 +01:00
parent 55186758bc
commit 28fd18c5f7
3 changed files with 30 additions and 3 deletions

View file

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