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:           Sat Mar  9 10:00:44 UTC 2019

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

Log Message:
go: switch default version to 1.12.

This means all builds of packages written in Go use 1.12.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 pkgsrc/lang/go/version.mk:1.57
--- pkgsrc/lang/go/version.mk:1.56      Sat Mar  9 09:29:30 2019
+++ pkgsrc/lang/go/version.mk   Sat Mar  9 10:00:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.56 2019/03/09 09:29:30 bsiegert Exp $
+# $NetBSD: version.mk,v 1.57 2019/03/09 10:00:44 bsiegert Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -17,7 +17,7 @@ GO_VERSION=   ${GO110_VERSION}
 # 1.9 is the last Go version to support NetBSD 6
 GO_VERSION_DEFAULT?=   19
 .else
-GO_VERSION_DEFAULT?=   111
+GO_VERSION_DEFAULT?=   112
 .endif
 
 .if !empty(GO_VERSION_DEFAULT)



Home | Main Index | Thread Index | Old Index