CI fix: Go versions are strings
Otherwise Go 1.20 was being treated as Go 1.2.
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19, 1.20]
|
go-version: ["1.19", "1.20"]
|
||||||
pg-version: [11, 12, 13, 14, 15, cockroachdb]
|
pg-version: [11, 12, 13, 14, 15, cockroachdb]
|
||||||
include:
|
include:
|
||||||
- pg-version: 11
|
- pg-version: 11
|
||||||
|
|||||||
Reference in New Issue
Block a user