File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
name : Build
11
11
strategy :
12
12
matrix :
13
- go-version : [1.19 .x, 1.18 .x]
13
+ go-version : [1.20 .x, 1.19 .x]
14
14
platform : [ubuntu-20.04, macos-latest]
15
15
runs-on : ${{ matrix.platform }}
16
16
env :
Original file line number Diff line number Diff line change 19
19
run : |
20
20
sudo apt-get update
21
21
sudo apt-get install -qq pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev
22
- - uses : dominikh/staticcheck-action@v1.2 .0
22
+ - uses : dominikh/staticcheck-action@v1.3 .0
23
23
with :
24
- version : " 2022 .1"
24
+ version : " 2023 .1"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ build: off
2
2
3
3
image : Visual Studio 2019
4
4
5
- stack : go 1.18
5
+ stack : go 1.19
6
6
7
7
clone_folder : c:\gopath\src\gonum.org\v1\plot
8
8
Original file line number Diff line number Diff line change 1
1
module gonum.org/v1/plot
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
gioui.org v0.0.0-20210308172011-57750fc8a0a6
You can’t perform that action at this time.
0 commit comments