packages/lang/golang/golang-version.mk
Mattraks 1463dd1ecb golang: bump to version 1.13
luai2c:Delete invalid
2020-01-22 18:59:52 +08:00

15 lines
304 B
Makefile

#
# Copyright (C) 2018 Jeffery To
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
ifeq ($(origin GO_INCLUDE_DIR),undefined)
GO_INCLUDE_DIR:=$(dir $(lastword $(MAKEFILE_LIST)))
endif
GO_VERSION_MAJOR_MINOR:=1.13
GO_VERSION_PATCH:=6