drone-convert-pathschanged
drone-convert-pathschanged copied to clipboard
updating module dependencies to latest versions
also raising go to v1.17
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Fixes #92
Proposed Changes
- Update module dependencies to latest versions
- Update Go to 1.17
Description
I updated .drone.yml
and go.mod
, I then ran go list -m -u all
and go mod tidy
.
Checklist
- [x] Read the CONTRIBUTING document.
- [x] Read the CODE OF CONDUCT document.
- [x] Add tests to cover changes.
- [x] Ensure your code follows the code style of this project.
- [x] Ensure CI and all other PR checks are green OR
- [x] Code compiles correctly.
- [x] Created tests which fail without the change (if possible).
- [x] All new and existing tests passed.
- [ ] Add your changes to
Unreleased
section of CHANGELOG. - [x] Improve and update the README (if necessary).