You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Go 1.24, tool dependencies are now a first-class feature of the toolchain. Instead of having to do the tools.go hack suggested here, I propose that gqlgen recommends the newer approach of:
go get -tool github.com/99designs/gqlgen@latest
Or, for a specific version of gqlgen:
go get -tool github.com/99designs/gqlgen@{version}