File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.22 .x, 1.21 .x]
13
+ go-version : [1.23 .x, 1.22 .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 13
13
if : github.event.pull_request.merged == true
14
14
strategy :
15
15
matrix :
16
- go-version : [1.22 .x]
16
+ go-version : [1.23 .x]
17
17
platform : [ubuntu-latest]
18
18
19
19
runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 21
21
sudo apt-get install -qq gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev xvfb xdotool
22
22
- uses : dominikh/staticcheck-action@v1
23
23
with :
24
- version : " 2023 .1"
24
+ version : " 2024 .1"
Original file line number Diff line number Diff line change 1
1
module gonum.org/v1/plot
2
2
3
- go 1.21
3
+ go 1.22.0
4
4
5
5
require (
6
6
gioui.org v0.2.0
You can’t perform that action at this time.
0 commit comments