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

Old version of sysl-go module is incompatible with latest sysl version #7

Open
anzboi opened this issue May 4, 2020 · 0 comments
Open

Comments

@anzboi
Copy link
Member

anzboi commented May 4, 2020

As of sysl version 0.76.0, regenerating the code in the gen/simple/servicerouter.go file contains a function

func (s *ServiceRouter) Config() interface{} {
	return s.gc.Config()
}

However, the version of module github.com/anz-bank/sysl-go expects this function to have return type
validator.Validate

This requirement was removed recently in sysl-go, and so just needs a version bump and regenerate the code.

Could also do with a version bump of sysl (currently references sysl v0.57.0)

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

No branches or pull requests

1 participant