You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to bump up to the latest Go version in the maintenance context. It should be straightforward/safe given there are no breaking changes for Conftest that need to be applied since 1.19
e.g:
go mod edit -go 1.20
make build
make test
make test-acceptance
make test-examples
The text was updated successfully, but these errors were encountered:
@boranx I don't think we want to do this just yet. When the version in go.mod is increased, all previous versions of Go cannot build the package. Go v1.19 is officially supported until 1 year after release (2023-08-03). After this date, we can bump the version.
ack, sounds good! Do we have a label specifying the change that needs to be done after a target date, or would it be better/more elegant closing the issue and re-open it when the maintenance window comes?
This is to bump up to the latest Go version in the maintenance context. It should be straightforward/safe given there are no breaking changes for Conftest that need to be applied since 1.19
e.g:
go mod edit -go 1.20 make build make test make test-acceptance make test-examples
The text was updated successfully, but these errors were encountered: