-
Notifications
You must be signed in to change notification settings - Fork 3
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
Remove swarm packages and related, fix unit tests #9
Conversation
- for now on-pull-request and test
- added thor-upstream branch
- check version of go
- remove master following Tony's comment
@paologalligit @leszek-vechain appended 3 commits to make test pass
After the test and go module PR pass, our next goal might be seeking upgrading to most recent go version, for example go 1.22. But that might take more work to do since there is go API change from go 1.10 to go 1.22. |
should we close this ticket then and open new one with upgrade to go 1.22 ? |
I would suggest try it first, my previous try shows more places to be fixed. |
Something wrong with my local GPG signing, let me see how to fix it |
Signed-off-by: tony <[email protected]>
Signed-off-by: tony <[email protected]>
Signed-off-by: tony <[email protected]>
This PR removes the entire swarm package since it's not used anymore. It also fixes the unit tests; this way a docker container can be created using the Dockerfile in the repo and used to run tests on github.