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

Add Go 1.13 reference in go.mod #83

Closed
weitzj opened this issue Oct 22, 2019 · 1 comment
Closed

Add Go 1.13 reference in go.mod #83

weitzj opened this issue Oct 22, 2019 · 1 comment

Comments

@weitzj
Copy link
Contributor

weitzj commented Oct 22, 2019

Go 1.13 is out with language changes. It would be good to have it in go mod

See: https://golang.org/doc/go1.13#language

If your code uses modules and your go.mod files specifies a language version, be sure it is set to at least 1.13 to get access to these language changes. You can do this by editing the go.mod file directly, or you can run go mod edit -go=1.13.

@deepmap-marcinr
Copy link
Contributor

Thanks for the PR, however, I've avoided specifying the Go version in go.mod until the point in time where we use a version specific feature which requires it. This will make oapi-codegen runtime not work with earlier versions of Go.

I'd like to remove the runtime part altogether, then our versions will be completely irrelevant.

@weitzj weitzj closed this as completed Dec 12, 2019
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

2 participants