From c2ec945fa40f96589f6c07d6ad5e4d58a76cc550 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sun, 19 Apr 2026 22:16:41 +0200 Subject: [PATCH] A couple up updates Signed-off-by: Nikolai Rodionov --- .woodpecker/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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