From aa89f6d3be42a2c6bb81b03c177d40bbbff60902 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 26 Feb 2020 08:46:10 +1030 Subject: [PATCH 1/3] modules bump Go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 50ebf9e2..e61e27df 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gonum.org/v1/plot -go 1.12 +go 1.13 require ( github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af From 16b47af606f5bd7045524934d1968e840be017b1 Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 26 Feb 2020 08:46:41 +1030 Subject: [PATCH 2/3] travis: update test matrix for go1.14 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c70f0a0..2edf729e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ go_import_path: gonum.org/v1/plot # Versions of go that are explicitly supported by gonum. go: + - 1.14.x - 1.13.x - - 1.12.x - master matrix: fast_finish: true From 6aa53ec01dabd9cecc8abae5aa2682265fa1e23b Mon Sep 17 00:00:00 2001 From: Dan Kortschak Date: Wed, 26 Feb 2020 08:46:55 +1030 Subject: [PATCH 3/3] appveyor: update test matrix for go1.14 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aa7722cf..30707ebb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,8 +13,8 @@ environment: # Do not move these lines; they are referred to by README.md. # Versions of go that are explicitly supported by gonum. matrix: - - GOROOT: 'c:\go112' - - GOROOT: 'c:\go111' + - GOROOT: 'c:\go113' + #- GOROOT: 'c:\go114' GOPATH: c:\gopath GOTOOLDIR: '%GOROOT%\pkg\tool\windows_amd64' PATH: '%GOPATH%\bin;%GOROOT%\bin;%PATH%'