From 6771ae7d0d3defb4f619dfa6577a9adcef31a3e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:12:10 +0000 Subject: [PATCH] chore(deps): update dependency go --- .github/workflows/gpt_pullrequest_updater.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gpt_pullrequest_updater.yml b/.github/workflows/gpt_pullrequest_updater.yml index d831ac8..5174e92 100644 --- a/.github/workflows/gpt_pullrequest_updater.yml +++ b/.github/workflows/gpt_pullrequest_updater.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.25 - name: Checkout GPT-PullRequest-Updater uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 6351d3e..a0534e2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ravilushqa/otelgqlgen go 1.24 -toolchain go1.24.3 +toolchain go1.25.4 require ( github.com/99designs/gqlgen v0.17.73