drone-convert-pathschanged icon indicating copy to clipboard operation
drone-convert-pathschanged copied to clipboard

updating module dependencies to latest versions

Open jimsheldon opened this issue 2 years ago • 0 comments

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).

jimsheldon avatar Nov 15 '22 17:11 jimsheldon