* Update all direct dependencies
* use node v16
* upgrade typescript to v4.5.5
* upgrade actions/github to v5
* use vercel/ncc v0.33.3
* Add compatibility note for v3
* increase timeout for the testing workflow
Add option to skip caching the Go package directory (~/go/pkg).
Add option to skip caching the Go build directory (~/.cache/go-build).
Update README to mention new options.
This commit is to support X.Y.Z version in config.
- if X.Y.Z version is passed, honour it 👍
- if X.Y version is passed, keep the same behaviour
as it is right now.
Closes#98
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Fix misleading version input description
Signed-off-by: Tam Mach <sayboras@yahoo.com>
* Run npm run all
* Update dep to fix CI
* Update dep to fix CI
* Bump to 1.28
* Locked down setup-go version