We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd2eab commit 668214bCopy full SHA for 668214b
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
22
strategy:
23
matrix:
24
- go: ['1.17', '1.16', '1.15']
+ go: ['1.17', '1.16', '1.15', '1.14', '1.13']
25
steps:
26
- uses: actions/checkout@v2.3.4
27
- uses: actions/setup-go@v2
0 commit comments