Skip to content

Commit 13c1cd0

Browse files
deps: update dependency golangci/golangci-lint to v1.64.3
1 parent 99d5e2c commit 13c1cd0

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.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
33+
version: v1.64.3 # 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.2
32+
image: golangci/golangci-lint:v1.64.3
3333
script:
3434
- golangci-lint run -v
3535

0 commit comments

Comments
 (0)