Skip to content

Commit 4cb1c6f

Browse files
committed
ci,mod: update to go1.23
1 parent 0c62273 commit 4cb1c6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# Do not move this line; it is referred to by README.md.
1414
# 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]
1616
platform: [ubuntu-latest, macos-latest]
1717
force-goarch: ["", "386"]
1818
tags:

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.event.pull_request.merged == true
1414
strategy:
1515
matrix:
16-
go-version: [1.22.x]
16+
go-version: [1.23.x]
1717
platform: [ubuntu-latest]
1818
tags:
1919
- ""

.github/workflows/staticcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: lint
99
strategy:
1010
matrix:
11-
go: ["1.21.x"]
11+
go: ["1.22.x"]
1212
runs-on: ubuntu-latest
1313
env:
1414
GO111MODULE: on

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gonum.org/v1/gonum
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/goccmack/gocc v0.0.0-20230228185258-2292f9e40198

0 commit comments

Comments
 (0)