We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b6359 commit 5581c96Copy full SHA for 5581c96
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Build
11
strategy:
12
matrix:
13
- go-version: [1.18.x, 1.17.x]
+ go-version: [1.19.x, 1.18.x]
14
platform: [ubuntu-latest, macos-latest]
15
runs-on: ${{ matrix.platform }}
16
env:
@@ -79,7 +79,6 @@ jobs:
79
if: matrix.platform == 'ubuntu-latest'
80
run: |
81
go test -v ./...
82
- test -z "$(gofmt -d .)"
83
./.ci/check-imports.sh
84
./.ci/test-coverage.sh
85
appveyor.yml
@@ -2,7 +2,7 @@ build: off
2
3
image: Visual Studio 2019
4
5
-stack: go 1.17
+stack: go 1.18
6
7
clone_folder: c:\gopath\src\gonum.org\v1\plot
8
go.mod
@@ -1,6 +1,6 @@
1
module gonum.org/v1/plot
-go 1.17
+go 1.18
require (
gioui.org v0.0.0-20210308172011-57750fc8a0a6
0 commit comments