Skip to content

Commit 5581c96

Browse files
committed
all: bump to Go-1.19
Signed-off-by: Sebastien Binet <[email protected]>
1 parent c2b6359 commit 5581c96

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x, 1.17.x]
13+
go-version: [1.19.x, 1.18.x]
1414
platform: [ubuntu-latest, macos-latest]
1515
runs-on: ${{ matrix.platform }}
1616
env:
@@ -79,7 +79,6 @@ jobs:
7979
if: matrix.platform == 'ubuntu-latest'
8080
run: |
8181
go test -v ./...
82-
test -z "$(gofmt -d .)"
8382
./.ci/check-imports.sh
8483
./.ci/test-coverage.sh
8584

appveyor.yml

+1-1
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.17
5+
stack: go 1.18
66

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

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.17
3+
go 1.18
44

55
require (
66
gioui.org v0.0.0-20210308172011-57750fc8a0a6

0 commit comments

Comments
 (0)