summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-04-19 11:56:21 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-04-19 11:56:21 +0000
commit146300fd2aebe2ef0b54f925ff7bba7b9b032415 (patch)
tree8c1ad921483fb5165254bf0e44f4d431d2b87241 /lang
parent36da942948c5ed6f5135954126f54341267994cf (diff)
downloadpkgsrc-146300fd2aebe2ef0b54f925ff7bba7b9b032415.tar.gz
go: make 1.18 the default version
I did a bulk build and identified 5 packages that would break (apisprout, caddy, go-staticcheck, gvproxy and restish) and fixed them. Please email tech-pkg@ if you find other breakage!
Diffstat (limited to 'lang')
-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 30d9946a3ae..57fd903ce63 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.146 2022/04/13 07:46:56 bsiegert Exp $
+# $NetBSD: version.mk,v 1.147 2022/04/19 11:56:21 bsiegert Exp $
#
# If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -24,7 +24,7 @@ GO_VERSION_DEFAULT?= 19
# darwin version 13.4 is osx 10.9.5
GO_VERSION_DEFAULT?= 110
.else
-GO_VERSION_DEFAULT?= 117
+GO_VERSION_DEFAULT?= 118
.endif
.if !empty(GO_VERSION_DEFAULT)