File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
# Do not move this line; it is referred to by README.md.
14
14
# Versions of Go that are explicitly supported by Gonum.
15
- go-version : [1.22 .x, 1.21 .x]
15
+ go-version : [1.23 .x, 1.22 .x]
16
16
platform : [ubuntu-latest, macos-latest]
17
17
force-goarch : ["", "386"]
18
18
tags :
Original file line number Diff line number Diff line change 13
13
if : github.event.pull_request.merged == true
14
14
strategy :
15
15
matrix :
16
- go-version : [1.22 .x]
16
+ go-version : [1.23 .x]
17
17
platform : [ubuntu-latest]
18
18
tags :
19
19
- " "
Original file line number Diff line number Diff line change 8
8
name : lint
9
9
strategy :
10
10
matrix :
11
- go : ["1.21 .x"]
11
+ go : ["1.22 .x"]
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
GO111MODULE : on
Original file line number Diff line number Diff line change 1
1
module gonum.org/v1/gonum
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/goccmack/gocc v0.0.0-20230228185258-2292f9e40198
You can’t perform that action at this time.
0 commit comments