From 9749f46ae5bdc4e1dda030c22ba37dc0f757f5de Mon Sep 17 00:00:00 2001 From: Mike Fridman Date: Tue, 21 Mar 2023 09:18:23 -0400 Subject: [PATCH] bump module /v4 and min go version go1.19 --- .github/workflows/ci.yml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5325bd232..5f3f5da7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - go-version: ["1.18.x", "1.19.x", "1.20.x"] + go-version: ["1.19.x", "1.20.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/go.mod b/go.mod index f2a1966d4..3c136ad17 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ -module github.com/pressly/goose/v3 +module github.com/pressly/goose/v4 -go 1.18 +go 1.19 require ( github.com/ClickHouse/clickhouse-go/v2 v2.7.0