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

support go 1.18 #27

Merged
merged 1 commit into from
Jul 4, 2022
Merged

support go 1.18 #27

merged 1 commit into from
Jul 4, 2022

Conversation

fho
Copy link

@fho fho commented Jun 29, 2022

Update golang.org/x/tools to the newest version that works with
generics.

Before rowserrcheck was failing with go 1.18 code with:
internal error: package [...] without types was imported from [...]

After the update rowserrcheck succeeds on go 1.18.

Fixes #24

Update golang.org/x/tools to the newest version that works with
generics.

Before rowserrcheck was failing with go 1.18 code with:
  internal error: package [...] without types was imported from [...]

After the update rowserrcheck succeeds on go 1.18.
@fho
Copy link
Author

fho commented Jul 4, 2022

@jingyugao could you please have a look, thanks!

@jingyugao jingyugao merged commit fa91795 into jingyugao:master Jul 4, 2022
@fho fho deleted the go1.18 branch July 4, 2022 08:55
@fho
Copy link
Author

fho commented Jul 4, 2022

thank you @jingyugao

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

Successfully merging this pull request may close these issues.

SSA and generics (go1.18)
2 participants