summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-09-26 15:46:00 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-09-26 15:46:00 +0000
commitee11a18baf15a8c6ae2a7aa94217d53ab2b400c7 (patch)
treed0b531c936e3c320be60384a48ad0d2dc0e3d4dd /lang
parent352e2e8a5b48c4cab51187f4f82d556a62413561 (diff)
downloadpkgsrc-ee11a18baf15a8c6ae2a7aa94217d53ab2b400c7.tar.gz
Make Go 1.19 the default Go version
This switches ~all Go packages to be built with Go 1.19 instead of 1.18. Discussed on tech-pkg@ "ok after the freeze"
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 7a3334e1100..0328d183f71 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.159 2022/09/12 12:16:05 jperkin Exp $
+# $NetBSD: version.mk,v 1.160 2022/09/26 15:46:00 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?= 118
+GO_VERSION_DEFAULT?= 119
.endif
.if !empty(GO_VERSION_DEFAULT)