fix(ci): omit import path in container images
This commit is contained in:
parent
e6c7d685cc
commit
6e9ebb5e61
5 changed files with 9 additions and 9 deletions
.github/workflows
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue