fix(ci): omit import path in container images

This commit is contained in:
Peter 2025-01-22 10:12:56 +01:00
parent e6c7d685cc
commit 6e9ebb5e61
Signed by: prskr
GPG key ID: F56BED6903BC5E37
5 changed files with 9 additions and 9 deletions
.github/workflows

View file

@ -19,6 +19,12 @@ jobs:
cache-dependency-path: go.sum
check-latest: true
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...
- name: Run linter
uses: golangci/golangci-lint-action@v6
with:

View file

@ -31,12 +31,6 @@ jobs:
go mod download
go mod download -modfile tools/go.mod
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...
- name: Snapshot release
uses: goreleaser/goreleaser-action@v6
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}