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 da9baa3 commit 3053dbfCopy full SHA for 3053dbf
Taskfile.yml
@@ -20,9 +20,12 @@ tasks:
20
env:
21
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
22
DAGGER_GOLANGCI_LINT_SHA: 21f771e7e26b6e4779af3a11fa290e689a8e0239
23
+ # renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
24
+ GOLANGCI_LINT_VERSION: v1.64.8
25
cmds:
26
- >
27
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
28
+ --version ${GOLANGCI_LINT_VERSION}
29
with-linter-cache --cache golangci-lint
30
with-build-cache --cache go-build
31
with-module-cache --cache go-mod
0 commit comments