Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving Vice to gomod and general housecleaning #60

Merged
merged 21 commits into from
Jun 13, 2022
Merged

Conversation

ojizero
Copy link
Collaborator

@ojizero ojizero commented May 19, 2022

  • Moved package to use Go Mods.
  • Moved CI to GitHub Actions.
  • Updated UUID package to use gofrs/uuid in place of satori/go.uuid as the later isn't maintained. This only affects NATS tests which are still passing.
  • Run tests in a matrix against support Go versions (1.18 and 1.17).
  • Added tools package to track static analysis tools following Go's guidelines on this.
  • Replaced megacheck (deprecated now) with staticcheck.
  • Moved NATS dependencies to their new paths.

All previous tests are passing meaning that (in theory at least) those changes are stable and non-breaking, however this should be tagged at V2 since moving to gomod itself could be breaking for old users.

@ojizero ojizero changed the title Moved Vice to gomod and general housecleaning Moving Vice to gomod and general housecleaning May 19, 2022
@ojizero ojizero merged commit 19c177c into matryer:master Jun 13, 2022
@ojizero ojizero deleted the gomod branch June 13, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant