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:           Sun Apr 12 09:41:18 UTC 2020

Modified Files:
        pkgsrc/lang/go: version.mk

Log Message:
Set 1.14 as default Go version.

1.14.2 is good now :)


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 pkgsrc/lang/go/version.mk:1.88
--- pkgsrc/lang/go/version.mk:1.87      Thu Apr  9 13:28:38 2020
+++ pkgsrc/lang/go/version.mk   Sun Apr 12 09:41:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.87 2020/04/09 13:28:38 bsiegert Exp $
+# $NetBSD: version.mk,v 1.88 2020/04/12 09:41:18 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?=   113
+GO_VERSION_DEFAULT?=   114
 .endif
 
 .if !empty(GO_VERSION_DEFAULT)



Home | Main Index | Thread Index | Old Index