all: bump Go-1.25, drop Go-1.23

Signed-off-by: Sebastien Binet <binet@cern.ch>
This commit is contained in:
Sebastien Binet
2025-09-01 13:40:15 +02:00
parent 509ffe02fb
commit 23a9d8b2b9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
matrix:
# Do not move this line; it is referred to by README.md.
# Versions of Go that are explicitly supported by Gonum.
go-version: [1.24.x, 1.23.x]
go-version: [1.25.x, 1.24.x]
platform: [ubuntu-latest, macos-latest]
force-goarch: ["", "386"]
tags:

2
go.mod
View File

@@ -1,6 +1,6 @@
module gonum.org/v1/gonum
go 1.23.0
go 1.24.0
require (
github.com/goccmack/gocc v0.0.0-20230228185258-2292f9e40198