CI fix: Go versions are strings

Otherwise Go 1.20 was being treated as Go 1.2.
pull/1490/head
Jack Christensen 2023-02-04 07:32:13 -06:00
parent c875abea84
commit 190c05cc24
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.19, 1.20]
go-version: ["1.19", "1.20"]
pg-version: [11, 12, 13, 14, 15, cockroachdb]
include:
- pg-version: 11