Skip to content

0.0.50

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 08 Jul 20:20
· 9 commits to main since this release

Linux

curl -L https://github.com/jenkins-x-plugins/jx-test/releases/download/v0.0.50/jx-test-linux-amd64.tar.gz | tar xzv 
sudo mv jx-test /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x-plugins/jx-test/releases/download/v0.0.50/jx-test-darwin-amd64.tar.gz | tar xzv
sudo mv jx-test /usr/local/bin

Changes

Code Refactoring

  • upgrade go to 1.17.11 (ankitm123)