Skip to content

Commit d020c66

Browse files
Merge pull request #390 from stakater/update-golangci-lint
Update golangci-lint version
2 parents 795aae0 + 3d29651 commit d020c66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
make install
3838
3939
- name: Run golangci-lint
40-
uses: golangci/golangci-lint-action@v2.3.0
40+
uses: golangci/golangci-lint-action@v3
4141
with:
42-
version: v1.45.2
42+
version: v1.51.1
4343
only-new-issues: false
4444
args: --timeout 10m
4545

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
make install
4141
4242
- name: Run golangci-lint
43-
uses: golangci/golangci-lint-action@v2.3.0
43+
uses: golangci/golangci-lint-action@v3
4444
with:
45-
version: v1.45.2
45+
version: v1.51.1
4646
only-new-issues: false
4747
args: --timeout 10m
4848

0 commit comments

Comments
 (0)