Pull Requests | Issues | v1.19.5...v1.20.0
Features
#427 Support the checksum verification 🎉
#1173 #1247 cp: Support coping all packages
Support the checksum verification 🎉
aqua supports the Checksum Verification 🎉
For the detail, please see the document. https://aquaproj.github.io/docs/reference/checksum
cp: Support coping all packages
You had to specify copied command names as arguments of aqua cp
command.
This update allows you to copy all packages without arguments.
$ aqua cp [-a]
aqua cp
copies all commands.
If the option -a
is specified, all commands including global configuration files are copied.
Others
#1281 update Go to 1.19.2
#1284 golangci-lint: disable deprecated linters