all: bump to Go-1.20

Signed-off-by: Sebastien Binet <binet@cern.ch>
This commit is contained in:
Sebastien Binet 2023-03-31 18:36:55 +02:00
parent eddc00b4b6
commit b7e1c5e7f2
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.19.x, 1.18.x]
go-version: [1.20.x, 1.19.x]
platform: [ubuntu-latest]
#platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/go-python/gopy
go 1.18
go 1.19
require (
github.com/gonuts/commander v0.1.0