issues
search
zendesk
/
setup-jsonnet
MIT License
6
stars
5
forks
source link
Remove unused code
#13
Closed
shoukoo
closed
2 years ago
shoukoo
commented
2 years ago
Doing some cleanup in this PR:
I've removed the unused code that downloads the binary from GitHub release page in this PR.
Use go install to download jsonnet. This is the recommended way to download executable for Go > 1.16. You can read the
blog post
Updated the tests to verify the downloaded version.
Doing some cleanup in this PR: