swaggest / swgui

Embedded Swagger UI for Go
https://pkg.go.dev/github.com/swaggest/swgui
Apache License 2.0
54 stars 8 forks source link

Remove go version from go.mod #17

Closed vearutop closed 3 years ago

vearutop commented 3 years ago

In order to maintain backwards build compatibility with applications built with older versions of Go this PR removes go 1.11 statement from go.mod until go1.16 becomes minimal supported version of Go.

See https://github.com/golang/go/issues/43980 for relevant discussion.