Skip to content

Commit

Permalink
bump module /v4 and min go version go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Mar 30, 2023
1 parent 3e0905a commit 7e5fcc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e5fcc2

Please sign in to comment.