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 4a06771 commit ea59338Copy full SHA for ea59338
Taskfile.yml
@@ -5,7 +5,7 @@ tasks:
5
desc: Run golangci-lint
6
env:
7
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
8
- DAGGER_GOLANGCI_LINT_SHA: c5e98557642c03370029ccde338fe7f27746bafc
+ DAGGER_GOLANGCI_LINT_SHA: 14ff058bbf8e1ced23cfeca1a68b1635e0e414bb
9
cmds:
10
- >
11
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
0 commit comments