Skip to content

Commit 39267d0

Browse files
committed
Update golangci-lint to latest v1 version
Upgrading to v2 requires a migration, which is a higher effort than timply updating it.
1 parent de8abd1 commit 39267d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: actions/checkout@v3
4141

4242
- name: Lint with golanci-lint
43-
uses: golangci/golangci-lint-action@v3
43+
uses: golangci/golangci-lint-action@v6
4444
with:
4545
# version of golangci-lint to use
4646
# Version should stay in sync with version used for local linting (lint job in Makefile).
47-
version: v1.50.1
47+
version: v1.64.8

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test:
4444

4545
lint:
4646
# Version used should stay in sync with version in CI (.github/workflows/test.yaml).
47-
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.50.1 golangci-lint run
47+
docker run --rm -v $(pwd):/app -w /app golangci/golangci-lint:v1.64.8 golangci-lint run
4848

4949
%/remove-local: beta-notice
5050
$(eval plugin := $(firstword $(subst /, ,$@)))

0 commit comments

Comments
 (0)