summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-03-21 10:06:53 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-03-21 10:06:53 +0000
commit554b929416f0cf691717b70b0ab7b6e36cc22d46 (patch)
treee58343866ca9f1b5f672211254dfc79b704c6c63 /lang/Makefile
parentebf86bcf73112a21215d4eaccbb8099285337aff (diff)
downloadpkgsrc-554b929416f0cf691717b70b0ab7b6e36cc22d46.tar.gz
We say goodbye to go112.
The supported Go versions are 1.13 and 1.14. For various reasons, we need to keep 1.4, 1.9 and 1.10 around. But nothing should depend on go112.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index f1b82c83879..c7c73e1d822 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.550 2020/03/15 17:17:13 taca Exp $
+# $NetBSD: Makefile,v 1.551 2020/03/21 10:06:53 bsiegert Exp $
#
COMMENT= Programming languages
@@ -98,7 +98,6 @@ SUBDIR+= gnucobol
SUBDIR+= go
SUBDIR+= go-hcl
SUBDIR+= go110
-SUBDIR+= go112
SUBDIR+= go113
SUBDIR+= go114
SUBDIR+= go14