We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6524772 commit 009d95aCopy full SHA for 009d95a
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: golangci/golangci-lint-action@v6
20
with:
21
- version: v1.62.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
+ version: v1.63.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
22
23
test:
24
strategy:
.gitlab-ci.yml
@@ -29,7 +29,7 @@ build:
29
30
test:lint:
31
stage: test
32
- image: golangci/golangci-lint:v1.62
+ image: golangci/golangci-lint:v1.63
33
script:
34
- golangci-lint run -v
35
0 commit comments