Skip to content

Commit

Permalink
This way cosign can be installed with "go install github.com/sigstore…
Browse files Browse the repository at this point in the history
…/cosign/cmd/cosign@main" (sigstore#69)

for now!

Signed-off-by: Dan Lorenc <dlorenc@google.com>
  • Loading branch information
dlorenc committed Mar 11, 2021
1 parent f74fac5 commit 28d1e9f
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 20 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/tests.yaml
Expand Up @@ -27,21 +27,4 @@ jobs:
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29

# Optional: working directory, useful for monorepos
# working-directory: somedir

# Optional: golangci-lint command line arguments.
# args: --issues-exit-code=0

# Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true

# Optional: if set to true then the action will use pre-installed Go.
# skip-go-installation: true

# Optional: if set to true then the action don't cache or restore ~/go/pkg.
# skip-pkg-cache: true

# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
# skip-build-cache: true
timeout: 5m
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/main.go
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/google/go-containerregistry/pkg/logs"
"github.com/peterbourgon/ff/v3/ffcli"
"github.com/sigstore/cosign/cmd/cli"
cli "github.com/sigstore/cosign/cmd/cosign"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion test/e2e_test.go
Expand Up @@ -22,7 +22,7 @@ import (

"github.com/google/go-containerregistry/pkg/v1/random"
"github.com/google/go-containerregistry/pkg/v1/remote"
"github.com/sigstore/cosign/cmd/cli"
cli "github.com/sigstore/cosign/cmd/cosign"
)

var keyPass = []byte("hello")
Expand Down

0 comments on commit 28d1e9f

Please sign in to comment.