We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddc00b commit b7e1c5eCopy full SHA for b7e1c5e
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Build
23
strategy:
24
matrix:
25
- go-version: [1.19.x, 1.18.x]
+ go-version: [1.20.x, 1.19.x]
26
platform: [ubuntu-latest]
27
#platform: [ubuntu-latest, macos-latest, windows-latest]
28
runs-on: ${{ matrix.platform }}
go.mod
@@ -1,6 +1,6 @@
1
module github.com/go-python/gopy
2
3
-go 1.18
+go 1.19
4
5
require (
6
github.com/gonuts/commander v0.1.0
0 commit comments