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 38c440247..cde0553b0 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