Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Remove support for Go 1.8 #35

Merged
merged 1 commit into from
Oct 26, 2018
Merged

Remove support for Go 1.8 #35

merged 1 commit into from
Oct 26, 2018

Conversation

dcreager
Copy link
Contributor

That version is no longer supported by the Go team, so we don't need to
run our test suite against it.

That version is no longer supported by the Go team, so we don't need to
run our test suite against it.
@dcreager
Copy link
Contributor Author

In particular, the error message that we're getting in our Go 1.8 builds:

# golang.org/x/tools/go/internal/gcimporter
../../../golang.org/x/tools/go/internal/gcimporter/bexport.go:212: obj.IsAlias undefined (type *types.TypeName has no field or method IsAlias)

stems from an intentionally backwards-incompatible change in the gcimporter library. Others are seeing this, too (golang/go#28291, golang/tools#52), and the recommendation is to drop support for <1.10.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant