Skip to content

Commit 8ac92a9

Browse files
committed
all: bump to Go-1.19
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent cf9017e commit 8ac92a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build
2020
strategy:
2121
matrix:
22-
go-version: [1.18.x, 1.17.x]
22+
go-version: [1.19.x, 1.18.x]
2323
platform: [ubuntu-latest, macos-latest, windows-latest]
2424
runs-on: ${{ matrix.platform }}
2525
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-python/gpython
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/google/go-cmp v0.5.7

0 commit comments

Comments
 (0)