pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/go Make go 1.17 the default.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/450e6550c8cd
branches:  trunk
changeset: 457895:450e6550c8cd
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Sep 04 15:46:42 2021 +0000

description:
Make go 1.17 the default.

I ran a bulk build and found three packages that broke. Two are fixed.
I don't know how to fix net/amazon-ecs-cli, but it did not build for me on
Go 1.16 either, so it is not a direct regression.

diffstat:

 lang/go/version.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5462998771a7 -r 450e6550c8cd lang/go/version.mk
--- a/lang/go/version.mk        Sat Sep 04 14:52:06 2021 +0000
+++ b/lang/go/version.mk        Sat Sep 04 15:46:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.126 2021/08/22 14:18:51 bsiegert Exp $
+# $NetBSD: version.mk,v 1.127 2021/09/04 15:46:42 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -23,7 +23,7 @@
 # darwin version 13.4 is osx 10.9.5
 GO_VERSION_DEFAULT?=   110
 .else
-GO_VERSION_DEFAULT?=   116
+GO_VERSION_DEFAULT?=   117
 .endif
 
 .if !empty(GO_VERSION_DEFAULT)



Home | Main Index | Thread Index | Old Index