We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85e15f commit 233c6a4Copy full SHA for 233c6a4
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
name: Build
22
strategy:
23
matrix:
24
- go-version: [1.20.x, 1.19.x]
+ go-version: [1.21.x, 1.20.x]
25
platform: [ubuntu-20.04, macos-latest, windows-latest]
26
runs-on: ${{ matrix.platform }}
27
steps:
go.mod
@@ -1,6 +1,6 @@
1
module go-hep.org/x/hep
2
3
-go 1.19
+go 1.20
4
5
require (
6
gioui.org v0.0.0-20230506155350-febadd314531
0 commit comments