Minor releases
v1.3
- Update action to run on Node16. https://github.blog/changelog/2022-05-20-actions-can-now-run-in-a-node-js-16-runtime/
v1.2
- Add upload artifact feature. #57
v1.1
- Replace
go mod vendor
withgo mod tidy
in default dependency installation command. More details at #55