Skip to content

Commit

Permalink
all: bump to Go-1.21, drop Go-1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Aug 29, 2023
1 parent 79c9c43 commit 71db420
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.20.x, 1.19.x]
go-version: [1.21.x, 1.20.x]
platform: [ubuntu-20.04, macos-latest]
runs-on: ${{ matrix.platform }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.merged == true
strategy:
matrix:
go-version: [1.19.x]
go-version: [1.21.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@ build: off

image: Visual Studio 2019

stack: go 1.19
stack: go 1.20

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module gonum.org/v1/plot

go 1.19
go 1.20

require (
gioui.org v0.2.0
Expand Down

0 comments on commit 71db420

Please sign in to comment.