Bump golang from 1.23-bookworm to 1.24-bookworm, as well as gqlgen. (#1172)

* Bump golang from 1.23-bookworm to 1.24-bookworm

Bumps golang from 1.23-bookworm to 1.24-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update to use `go tool`, see https://go.dev/doc/go1.24#go-command.

* Update go.mod to go 1.24

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Googol Lee
2025-02-17 18:45:30 +01:00
committed by GitHub
parent ba6a4ec07c
commit 06acd165f2
18 changed files with 31 additions and 35 deletions

View File

@@ -2,7 +2,7 @@ package resolvers
// This file will be automatically regenerated based on the schema, any resolver implementations
// will be copied through when generating and any unknown code will be moved to the end.
// Code generated by github.com/99designs/gqlgen version v0.17.64
// Code generated by github.com/99designs/gqlgen version v0.17.66
import (
"context"