Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Conversation

anthonyfok
Copy link

This fixes error message mismatch in InterfaceBindingNotEnoughArgs
and InterfaceValueNotEnoughArgs with Go 1.18.

The Go version in tests.yml GitHub workflow is updated accordingly.

Fixes #355

This fixes error message mismatch in InterfaceBindingNotEnoughArgs
and InterfaceValueNotEnoughArgs with Go 1.18.

The Go version in tests.yml GitHub workflow is updated accordingly.

Fixes google#355
@fgm
Copy link

fgm commented Apr 12, 2022

Shouldn't the test matrix cover the two supported versions, currently 1.17 and 1.18 ?

@anthonyfok
Copy link
Author

Shouldn't the test matrix cover the two supported versions, currently 1.17 and 1.18 ?

Well, the test matrix currently covers only 1.17.x and not 1.16.x, and unless the current way of testing (direct comparison of generated files) is changed, there is no way we can cover two versions simultaneously when their generated outputs differ.

@giautm
Copy link
Contributor

giautm commented Apr 21, 2023

Do we decide to merge this? Because Go lang already reach version 1.20.3

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.

TestWire/Interface{Value,Binding}NotEnoughArgs fail with Go 1.18
3 participants