We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42588ca commit 676f5e3Copy full SHA for 676f5e3
Taskfile.yml
@@ -33,9 +33,12 @@ tasks:
33
env:
34
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
35
DAGGER_GOLANGCI_LINT_SHA: 21f771e7e26b6e4779af3a11fa290e689a8e0239
36
+ # renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
37
+ GOLANGCI_LINT_VERSION: v1.64.8
38
cmds:
39
- >
40
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
41
+ --version ${GOLANGCI_LINT_VERSION}
42
run --source . --config .golangci.yml stdout
43
sources:
44
- ./**/*.go
0 commit comments