From 945ddeebcb3265398dff657ec9fea540fe83d3e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 17:14:58 +0000 Subject: [PATCH] chore(deps): update dependency go to 1.24 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d38cbfb..783eaf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v1 with: - go-version: '1.23' + go-version: '1.24' - name: GoReleaser uses: goreleaser/goreleaser-action@v1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69ea1fa..d362462 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v1 with: - go-version: '1.23' + go-version: '1.24' - name: GoReleaser uses: goreleaser/goreleaser-action@v1 with: