Skip to content

Commit 676f5e3

Browse files
committed
fix: use a fixed golangci-lint version
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 42588ca commit 676f5e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ tasks:
3333
env:
3434
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
3535
DAGGER_GOLANGCI_LINT_SHA: 21f771e7e26b6e4779af3a11fa290e689a8e0239
36+
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
37+
GOLANGCI_LINT_VERSION: v1.64.8
3638
cmds:
3739
- >
3840
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
41+
--version ${GOLANGCI_LINT_VERSION}
3942
run --source . --config .golangci.yml stdout
4043
sources:
4144
- ./**/*.go

0 commit comments

Comments
 (0)