Skip to content

Commit 8aad608

Browse files
committed
all: bump to Go-1.21, drop Go-1.19
Signed-off-by: Sebastien Binet <[email protected]>
1 parent 3ce4fe7 commit 8aad608

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build
1111
strategy:
1212
matrix:
13-
go-version: [1.20.x, 1.19.x]
13+
go-version: [1.21.x, 1.20.x]
1414
platform: [ubuntu-20.04, macos-latest]
1515
runs-on: ${{ matrix.platform }}
1616
env:

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
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.19.x]
16+
go-version: [1.21.x]
1717
platform: [ubuntu-latest]
1818

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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build: off
22

33
image: Visual Studio 2019
44

5-
stack: go 1.19
5+
stack: go 1.20
66

77
clone_folder: c:\gopath\src\gonum.org\v1\plot
88

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gonum.org/v1/plot
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
gioui.org v0.2.0

0 commit comments

Comments
 (0)