Skip to content

Commit b558627

Browse files
deps: update dependency golangci/golangci-lint
1 parent 1d10d92 commit b558627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: golangci/golangci-lint-action@v6
2525
with:
2626
# Required: the version of golangci-lint is required and must be specified with patch version
27-
version: v1.60.3 # renovate: datasource=github-releases depName=golangci/golangci-lint
27+
version: v1.61.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
2828
# In general linting is quite fast with warm caches, but a fresh run might take some time.
2929
args: --timeout 5m
3030

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525

2626
test:lint:
2727
stage: test
28-
image: golangci/golangci-lint:v1.60
28+
image: golangci/golangci-lint:v1.61
2929
script:
3030
- golangci-lint run -v
3131

0 commit comments

Comments
 (0)