We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d10d92 commit b558627Copy full SHA for b558627
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: golangci/golangci-lint-action@v6
25
with:
26
# 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
+ version: v1.61.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
28
# In general linting is quite fast with warm caches, but a fresh run might take some time.
29
args: --timeout 5m
30
.gitlab-ci.yml
@@ -25,7 +25,7 @@ build:
test:lint:
stage: test
- image: golangci/golangci-lint:v1.60
+ image: golangci/golangci-lint:v1.61
script:
- golangci-lint run -v
31
0 commit comments