Set minimum supported version to go1.16 (#267)

pull/268/head
Michael Fridman 2021-08-12 22:25:10 -04:00 committed by GitHub
parent 6631aae111
commit 17a2045e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/pressly/goose/v3
go 1.14
go 1.16
require (
github.com/ClickHouse/clickhouse-go v1.4.5