We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27fdb7 commit fc69c18Copy full SHA for fc69c18
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build
11
strategy:
12
matrix:
13
- go-version: [1.23.x, 1.22.x]
+ go-version: [1.24.x, 1.23.x]
14
platform: [ubuntu-20.04, macos-latest]
15
runs-on: ${{ matrix.platform }}
16
env:
.github/workflows/codecov.yml
@@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.merged == true
- go-version: [1.23.x]
+ go-version: [1.24.x]
17
platform: [ubuntu-latest]
18
19
go.mod
@@ -1,6 +1,6 @@
1
module gonum.org/v1/plot
2
3
-go 1.22.0
+go 1.23.0
4
5
require (
6
git.sr.ht/~sbinet/gg v0.6.0
0 commit comments