fix: linting issue
All checks were successful
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/lint-test-release Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 17:40:30 +02:00
commit bc7051a106
2 changed files with 1 additions and 7 deletions

View file

@ -1,15 +1,9 @@
--- ---
clone:
- name: "clone"
image: "woodpeckerci/plugin-git"
settings:
depth: 0
tags: true
steps: steps:
- name: "linting" - name: "linting"
image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.1-alpine" image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.12.2-alpine"
commands: commands:
- "golangci-lint run" - "golangci-lint run"
when: when: