fix: linting issue
This commit is contained in:
parent
4e941a89a9
commit
bc7051a106
2 changed files with 1 additions and 7 deletions
|
|
@ -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:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue