Compare commits

..

1 commit

Author SHA1 Message Date
5e4759d231 chore(package): update goreleaser/goreleaser-action action to v7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
2026-05-18 15:35:39 +00:00
3 changed files with 8 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
# upload sbom to release # upload sbom to release
- name: "upload sbom to release" - name: "upload sbom to release"
uses: "softprops/action-gh-release@v3" uses: "softprops/action-gh-release@v2"
with: with:
files: | files: |
gogitlabber-*-sbom.spdx.json gogitlabber-*-sbom.spdx.json

View file

@ -1,9 +1,15 @@
--- ---
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.12.2-alpine" image: "cr.simoncor.net/dockerhub/golangci/golangci-lint:v2.1-alpine"
commands: commands:
- "golangci-lint run" - "golangci-lint run"
when: when: