Skip to content

Commit

Permalink
Update default version of crane from 0.14.0 to 0.19.0
Browse files Browse the repository at this point in the history
Since I just tried to use `crane copy --all-tags` with the version installed
by the `setup-tools` action, however, it failed with:

```
Error: unknown flag: --all-tags
```

It turns out that feature was added in 0.15.0 in May 2023, but that
version is still newer than the version installed by this action.

Whilst I can manually override the version myself, it seems we should
update the default version to prevent others from running into
similar footguns.

google/go-containerregistry@v0.14.0...v0.19.0

Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
edmorley committed Mar 12, 2024
1 parent 91e821c commit 5493210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
crane-version:
description: 'The version of crane to install'
required: false
default: '0.14.0'
default: '0.19.0'
yj-version:
description: 'The version of yj to install'
required: false
Expand Down

0 comments on commit 5493210

Please sign in to comment.