We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757bccd commit 923f0b0Copy full SHA for 923f0b0
Taskfile.yml
@@ -34,7 +34,7 @@ tasks:
34
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
35
DAGGER_GOLANGCI_LINT_SHA: ceffda4aebd349a24fc00e591b4ed9b801535b65
36
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
37
- GOLANGCI_LINT_VERSION: v2.1.2
+ GOLANGCI_LINT_VERSION: v2.1.5
38
cmds:
39
- >
40
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
0 commit comments