pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon Sep 26 15:46:00 UTC 2022
Modified Files:
pkgsrc/lang/go: version.mk
Log Message:
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"
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 pkgsrc/lang/go/version.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.159 pkgsrc/lang/go/version.mk:1.160
--- pkgsrc/lang/go/version.mk:1.159 Mon Sep 12 12:16:05 2022
+++ pkgsrc/lang/go/version.mk Mon Sep 26 15:46:00 2022
@@ -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)
Home |
Main Index |
Thread Index |
Old Index