File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 name : Build
1111 strategy :
1212 matrix :
13- go-version : [1.20 .x, 1.19 .x]
13+ go-version : [1.21 .x, 1.20 .x]
1414 platform : [ubuntu-20.04, macos-latest]
1515 runs-on : ${{ matrix.platform }}
1616 env :
Original file line number Diff line number Diff line change 1313 if : github.event.pull_request.merged == true
1414 strategy :
1515 matrix :
16- go-version : [1.19 .x]
16+ go-version : [1.21 .x]
1717 platform : [ubuntu-latest]
1818
1919 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ build: off
22
33image : Visual Studio 2019
44
5- stack : go 1.19
5+ stack : go 1.20
66
77clone_folder : c:\gopath\src\gonum.org\v1\plot
88
Original file line number Diff line number Diff line change 11module gonum.org/v1/plot
22
3- go 1.19
3+ go 1.20
44
55require (
66 gioui.org v0.2.0
You can’t perform that action at this time.
0 commit comments