Skip to content

Commit 2ea686a

Browse files
deps: update dependency golangci/golangci-lint to v1.64.7
1 parent fe9eeaa commit 2ea686a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: golangci/golangci-lint-action@v6
3232
with:
33-
version: v1.64.6 # renovate: datasource=github-releases depName=golangci/golangci-lint
33+
version: v1.64.7 # renovate: datasource=github-releases depName=golangci/golangci-lint
3434

3535
# In general linting is quite fast with warm caches, but a fresh run might
3636
# take some time.

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build:
2929

3030
test:lint:
3131
stage: test
32-
image: golangci/golangci-lint:v1.64.6
32+
image: golangci/golangci-lint:v1.64.7
3333
script:
3434
- golangci-lint run -v
3535

0 commit comments

Comments
 (0)