Skip to content

Commit 668214b

Browse files
committed
More Go versions
1 parent fdd2eab commit 668214b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2222
strategy:
2323
matrix:
24-
go: ['1.17', '1.16', '1.15']
24+
go: ['1.17', '1.16', '1.15', '1.14', '1.13']
2525
steps:
2626
- uses: actions/checkout@v2.3.4
2727
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)