diff --git a/.woodpecker/lint.yaml b/.woodpecker/lint.yaml index 89d3809..fc76642 100644 --- a/.woodpecker/lint.yaml +++ b/.woodpecker/lint.yaml @@ -9,7 +9,7 @@ steps: image: golang:1.26.2-alpine3.22 commands: - apk update - - apk add bash - - curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.alpine.sh' | sudo -E bash + - apk add bash curl + - curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.alpine.sh' | bash - apk add task - task lint