Skip to content

Commit 5590ec6

Browse files
committed
update golangci-lint
1 parent c8c0303 commit 5590ec6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
2121
with:
22-
version: v1.55.1
22+
version: v1.61.0
2323
args: --timeout=8m

.github/workflows/test_crdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
2929
with:
30-
version: 'v1.55.1'
30+
version: 'v1.61.0'
3131
args: ./storage/crdb
3232

3333
unit-test:

.github/workflows/test_pgdb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
2929
with:
30-
version: 'v1.55.1'
30+
version: 'v1.61.0'
3131
args: ./storage/postgresql
3232

3333
integration-and-unit-tests:
@@ -68,4 +68,4 @@ jobs:
6868

6969
- name: Run unit tests
7070
run: go test -v ./storage/postgresql/... ./quota/postgresqlqm/...
71-
71+

0 commit comments

Comments
 (0)