Skip to content

Proposal: Getting started docs - Use new Go 1.24 tool dependencies for CLI #3740

@deitrix

Description

@deitrix

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}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions