Skip to content

Commit

Permalink
fix: bust cli build cache (#1930)
Browse files Browse the repository at this point in the history
arm64_darwin isn't working; wondering if its got something to do with
the cache being dirty
  • Loading branch information
h4ck3rk3y committed Dec 12, 2023
1 parent 299286c commit 1e32da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -192,7 +192,7 @@ parameters:
# We can bump the version here if we ever need to bust the cache
cli-build-cache-key-prefix:
type: string
default: "cli-go-mod-v1"
default: "cli-go-mod-v2"
generate-kurtosis-version-script-path:
type: string
default: "scripts/generate-kurtosis-version.sh"
Expand Down

0 comments on commit 1e32da8

Please sign in to comment.