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 cf9017e commit 8ac92a9Copy full SHA for 8ac92a9
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Build
20
strategy:
21
matrix:
22
- go-version: [1.18.x, 1.17.x]
+ go-version: [1.19.x, 1.18.x]
23
platform: [ubuntu-latest, macos-latest, windows-latest]
24
runs-on: ${{ matrix.platform }}
25
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/go-python/gpython
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/google/go-cmp v0.5.7
0 commit comments