Skip to content

Commit

Permalink
chore: テストで使用するkind のバージョン更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sarub0b0 committed May 29, 2023
1 parent d6c4b52 commit 149bc60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@

# These are backup files generated by rustfmt
**/*.rs.bk

/test/bin/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package-install:

test/bin/kind:
mkdir -p test/bin
curl -Lo test/bin/kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64
curl -Lo test/bin/kind https://kind.sigs.k8s.io/dl/v0.19.0/kind-linux-amd64
chmod +x test/bin/kind

create-kind: test/bin/kind
Expand Down
Binary file removed test/bin/kind
Binary file not shown.

0 comments on commit 149bc60

Please sign in to comment.