summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-01-10 12:56:35 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-01-10 12:56:35 +0000
commita01d424b6f5ab45adcf19b6fcb2340ad2d941aca (patch)
treea93e0f6aec48e60afc4702e14bda67aa023c2bca /lang/go
parent34a4bac72072bbd4eff8544b7a2fce472e4d3513 (diff)
downloadpkgsrc-a01d424b6f5ab45adcf19b6fcb2340ad2d941aca.tar.gz
go: use go113 as the default for building packages.
I did a preliminary bulk build to find build failures resulting from this change and fixed the fallout in www/grafana. Everything else seemed to be ok.
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk
index 64d39f1d462..aeb90a09d61 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.77 2020/01/10 12:53:01 bsiegert Exp $
+# $NetBSD: version.mk,v 1.78 2020/01/10 12:56:35 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -25,7 +25,7 @@ GO_VERSION_DEFAULT?= 19
# darwin version 13.4 is osx 10.9.5
GO_VERSION_DEFAULT?= 110
.else
-GO_VERSION_DEFAULT?= 112
+GO_VERSION_DEFAULT?= 113
.endif
.if !empty(GO_VERSION_DEFAULT)