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

tag: fix build #156

Merged
merged 2 commits into from
Dec 7, 2023
Merged

tag: fix build #156

merged 2 commits into from
Dec 7, 2023

Conversation

kevinburkesegment
Copy link
Contributor

On tip (the Go 1.22 code freeze), Go reports that compareTag has the wrong method signature:

type func(a Tag, b Tag) int of tagCompare does not match inferred type func(a Tag, b Tag) bool for func(a E, b E) bool

Fix this by using the correct method signature.

On tip (the Go 1.22 code freeze), Go reports that `compareTag` has the
wrong method signature:

```
type func(a Tag, b Tag) int of tagCompare does not match inferred type func(a Tag, b Tag) bool for func(a E, b E) bool
```

Fix this by using the correct method signature.
@kevinburkesegment
Copy link
Contributor Author

turns out we needed to update the x/exp dependency, which has been done.

@kevinburkesegment kevinburkesegment merged commit cf67f29 into main Dec 7, 2023
6 checks passed
@kevinburkesegment kevinburkesegment deleted the fix-build branch December 7, 2023 01:40
@kevinburkesegment kevinburkesegment restored the fix-build branch June 19, 2024 05:15
@kevinburkesegment kevinburkesegment deleted the fix-build branch June 19, 2024 05:15
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.

1 participant