houqp / houqp/sqlvet

Fails on Go 1.25

Open
#44 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
500
Forks
29
PR merge metrics
No merged PRs in 30d

Description

Install with with Go 1.25 fails:

go install github.com/houqp/sqlvet@v1.1.8                                                                                                                                                  21:09:08
# golang.org/x/tools/internal/tokeninternal
go/pkg/mod/golang.org/x/tools@v0.13.0/internal/tokeninternal/tokeninternal.go:78:9: invalid array length -delta * delta (constant -256 of type int64)

Looks like golang.org/x/tools just needs to be updated in go.mod to a newer version.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with go.mod and inspect the golang.org/x/tools dependency currently at v0.13.0. Update it to a newer version that supports Go 1.25, then rerun the reported go install github.com/houqp/sqlvet@v1.1.8 command and confirm installation succeeds.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.