Skip to content

Commit b90bb7b

Browse files
committed
buildx: test artifact signatures with v0.31.0-rc1
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent b5ea481 commit b90bb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/buildx/install.test.itg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const maybe = !process.env.GITHUB_ACTIONS || (process.env.GITHUB_ACTIONS === 'tr
2323

2424
maybe('download', () => {
2525
// prettier-ignore
26-
test.each(['latest'])(
26+
test.each(['v0.31.0-rc1'])(
2727
'install buildx %s', async (version) => {
2828
await expect((async () => {
2929
const install = new Install({

0 commit comments

Comments
 (0)