1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 11:01:50 +00:00
openmptcprouter-feeds/golang/golang-version.mk

15 lines
304 B
Makefile
Raw Normal View History

#
# 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
2019-11-26 18:17:03 +00:00
GO_VERSION_MAJOR_MINOR:=1.13
GO_VERSION_PATCH:=4