From 8ac92a9a67dccdc17e5701e5d7d6cebd8b185e3a Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Wed, 17 Aug 2022 16:33:28 +0200 Subject: [PATCH] all: bump to Go-1.19 Signed-off-by: Sebastien Binet --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b6f2a2f..49657da8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/go.mod b/go.mod index c87c414b..bc6cc9bc 100644 --- a/go.mod +++ b/go.mod @@ -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