Skip to content

Commit c6ed053

Browse files
deps: update dependency golangci/golangci-lint to v1.63.4
1 parent ee2aed7 commit c6ed053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: golangci/golangci-lint-action@v6
2828
with:
2929
# Required: the version of golangci-lint is required and must be specified with patch version
30-
version: v1.63.3 # renovate: datasource=github-releases depName=golangci/golangci-lint
30+
version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
3131
# In general linting is quite fast with warm caches, but a fresh run might take some time.
3232
args: --timeout 5m
3333

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build:
2626

2727
test:lint:
2828
stage: test
29-
image: golangci/golangci-lint:v1.63.3
29+
image: golangci/golangci-lint:v1.63.4
3030
script:
3131
- golangci-lint run -v
3232

0 commit comments

Comments
 (0)