Skip to content

Commit

Permalink
all: bump to Go-1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Aug 17, 2022
1 parent cf9017e commit 8ac92a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.18.x, 1.17.x]
go-version: [1.19.x, 1.18.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-python/gpython

go 1.17
go 1.18

require (
github.com/google/go-cmp v0.5.7
Expand Down

0 comments on commit 8ac92a9

Please sign in to comment.