Skip to content

Commit

Permalink
Add in missing v2 to go paths (#2549)
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>

Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
  • Loading branch information
priyawadhwa authored Dec 15, 2022
1 parent 946015e commit a827922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ko-sget:
KOCACHE=$(KOCACHE_PATH) ko build --base-import-paths \
--platform=all --tags $(GIT_VERSION) --tags $(GIT_HASH)$(LATEST_TAG) \
--image-refs sgetImagerefs \
github.com/sigstore/cosign/cmd/sget
github.com/sigstore/cosign/v2/cmd/sget

.PHONY: ko-local
ko-local:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ We also include the `sget` command for safer, automatic verification of signatur

To install `sget`, if you have Go 1.16+, you can directly run:

$ go install github.com/sigstore/cosign/cmd/sget@latest
$ go install github.com/sigstore/cosign/v2/cmd/sget@latest

and the resulting binary will be placed at `$GOPATH/bin/sget` (or `$GOBIN/sget`, if set).

Expand Down
2 changes: 1 addition & 1 deletion test/config/gettoken/gettoken.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: gettoken
image: ko://github.com/sigstore/cosign/test/cmd/getoidctoken
image: ko://github.com/sigstore/cosign/v2/test/cmd/getoidctoken
env:
- name: OIDC_FILE
value: "/var/run/sigstore/cosign/oidc-token"
Expand Down

0 comments on commit a827922

Please sign in to comment.