Bump xgo and go to v1.19.5 (#1538)

made possible again by:
- https://github.com/techknowlogick/xgo/pull/189
- https://github.com/techknowlogick/xgo/pull/193
This commit is contained in:
6543
2023-01-13 21:03:46 +01:00
committed by GitHub
parent 6516a28cdd
commit 0f6ce5c4e9
5 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ CGO_ENABLED ?= 1 # only used to compile server
HAS_GO = $(shell hash go > /dev/null 2>&1 && echo "GO" || echo "NOGO" )
ifeq ($(HAS_GO),GO)
XGO_VERSION ?= go-1.18.x
XGO_VERSION ?= go-1.19.x
CGO_CFLAGS ?= $(shell go env CGO_CFLAGS)
endif
CGO_CFLAGS ?=