Skip to content

Commit 112d678

Browse files
committed
Bump cog to v0.0.58
1 parent 305f9bd commit 112d678

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-cog/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "Cog version to install"
66
required: true
7-
default: "0.0.57"
7+
default: "0.0.58"
88
outputs:
99
bin-path:
1010
description: "Path to the cog binary"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COG_VERSION = v0.0.57
1+
COG_VERSION = v0.0.58
22
COG_DIR = $(shell go env GOPATH)/bin/cog-$(COG_VERSION)
33
COG_BIN = $(COG_DIR)/cli
44

@@ -21,7 +21,7 @@ clone-kind-registry:
2121

2222
.PHONY: generate
2323
generate: install-cog clone-kind-registry
24-
cog generate --config .cog/config.yaml \
24+
$(COG_BIN) generate --config .cog/config.yaml \
2525
--parameters "output_dir=%l,kind_registry_path=$(KIND_REGISTRY_PATH),release_tag=$(shell cat .release/tag)"
2626

2727
.PHONY: preview

0 commit comments

Comments
 (0)