mirror of https://github.com/go-python/gopy.git
all: bump to Go-1.20
Signed-off-by: Sebastien Binet <binet@cern.ch>
This commit is contained in:
parent
eddc00b4b6
commit
b7e1c5e7f2
|
@ -22,7 +22,7 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19.x, 1.18.x]
|
go-version: [1.20.x, 1.19.x]
|
||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
#platform: [ubuntu-latest, macos-latest, windows-latest]
|
#platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
Loading…
Reference in New Issue