Skip to content

Commit 00e91db

Browse files
chore: print tool versions while installing
1 parent 6fb7878 commit 00e91db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,12 @@ jobs:
143143
curl -L https://github.com/ko-build/ko/releases/download/v0.15.4/ko_0.15.4_Linux_x86_64.tar.gz | tar xzf - ko
144144
chmod +x ./ko
145145
sudo mv ko /usr/local/bin
146+
ko version
146147
echo '::endgroup::'
147148
148149
echo '::group::install kind'
149150
go install sigs.k8s.io/kind@v0.31.0
151+
kind version
150152
echo '::endgroup::'
151153
152154
echo '::group::create required folders'

0 commit comments

Comments
 (0)