1 parent 907e43c commit 7462fb1Copy full SHA for 7462fb1
1 file changed
.github/workflows/main.yaml
@@ -62,10 +62,7 @@ jobs:
62
- 6379:6379
63
# Set health checks to wait until redis has started
64
options: >-
65
- --health-cmd "redis-cli ping"
66
- --health-interval 10s
67
- --health-timeout 5s
68
- --health-retries 5
+ --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
69
postgres:
70
image: postgres
71
env:
@@ -75,10 +72,7 @@ jobs:
75
72
ports:
76
73
- 5432:5432
77
74
78
- --health-cmd pg_isready
79
80
81
+ --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
82
strategy:
83
matrix:
84
go-version:
@@ -139,4 +133,5 @@ jobs:
139
133
- name: golangci-lint
140
134
uses: golangci/golangci-lint-action@v3
141
135
with:
136
+ version: v1.56.2
142
137
args: --timeout=3m -v
0 commit comments