Skip to content

Commit 7462fb1

Browse files
committed
set golangci-lint github action to v1.56.2
1 parent 907e43c commit 7462fb1

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ jobs:
6262
- 6379:6379
6363
# Set health checks to wait until redis has started
6464
options: >-
65-
--health-cmd "redis-cli ping"
66-
--health-interval 10s
67-
--health-timeout 5s
68-
--health-retries 5
65+
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
6966
postgres:
7067
image: postgres
7168
env:
@@ -75,10 +72,7 @@ jobs:
7572
ports:
7673
- 5432:5432
7774
options: >-
78-
--health-cmd pg_isready
79-
--health-interval 10s
80-
--health-timeout 5s
81-
--health-retries 5
75+
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
8276
strategy:
8377
matrix:
8478
go-version:
@@ -139,4 +133,5 @@ jobs:
139133
- name: golangci-lint
140134
uses: golangci/golangci-lint-action@v3
141135
with:
136+
version: v1.56.2
142137
args: --timeout=3m -v

0 commit comments

Comments
 (0)