1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2024-11-24 08:32:36 +02:00

Merge pull request #279 from gliptak/travis1

Add Go 1.16 and 1.17 to Travis
This commit is contained in:
Gediminas Morkevicius 2021-12-01 11:41:00 +02:00 committed by GitHub
commit 699dcdfa20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ go:
- 1.13.x - 1.13.x
- 1.14.x - 1.14.x
- 1.15.x - 1.15.x
- 1.16.x
- 1.17.x
script: script:
- go vet - go vet