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 1010 name : Build
1111 strategy :
1212 matrix :
13- go-version : [1.22 .x, 1.21 .x]
13+ go-version : [1.23 .x, 1.22 .x]
1414 platform : [ubuntu-20.04, macos-latest]
1515 runs-on : ${{ matrix.platform }}
1616 env :
Original file line number Diff line number Diff line change 1313 if : github.event.pull_request.merged == true
1414 strategy :
1515 matrix :
16- go-version : [1.22 .x]
16+ go-version : [1.23 .x]
1717 platform : [ubuntu-latest]
1818
1919 runs-on : ${{ matrix.platform }}
Original file line number Diff line number Diff line change 2121 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
2222 - uses : dominikh/staticcheck-action@v1
2323 with :
24- version : " 2023 .1"
24+ version : " 2024 .1"
Original file line number Diff line number Diff line change 11module gonum.org/v1/plot
22
3- go 1.21
3+ go 1.22.0
44
55require (
66 gioui.org v0.2.0
You can’t perform that action at this time.
0 commit comments