mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
78bf09b084
Fixes CVEs 1.10.6 CVE-2018-16873 CVE-2018-16874 CVE-2018-16875 1.10.8 CVE-2019-6486 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
15 lines
304 B
Makefile
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.10
|
|
GO_VERSION_PATCH:=8
|