Skip to content

Commit fc69c18

Browse files
committed
all: bump Go-1.24, drop Go-1.22
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent b27fdb7 commit fc69c18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build
1111
strategy:
1212
matrix:
13-
go-version: [1.23.x, 1.22.x]
13+
go-version: [1.24.x, 1.23.x]
1414
platform: [ubuntu-20.04, macos-latest]
1515
runs-on: ${{ matrix.platform }}
1616
env:

.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.23.x]
16+
go-version: [1.24.x]
1717
platform: [ubuntu-latest]
1818

1919
runs-on: ${{ matrix.platform }}

go.mod

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

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
git.sr.ht/~sbinet/gg v0.6.0

0 commit comments

Comments
 (0)