From e35b7b3ae88e4290e418141636c2c85fdf0ef255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 01:04:05 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.0 (#97) * chore(deps): update dependency go to v1.25.0 * chore: move ci/cd to 1.25 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Antoine Aflalo <197810+Belphemur@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e40dd69..55c16b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags) - uses: actions/setup-go@v5 with: - go-version: 1.24 + go-version: 1.25 cache: true - uses: sigstore/cosign-installer@v3.9.2 # installs cosign - uses: anchore/sbom-action/download-syft@v0.20.4 # installs syft diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bfb18a3..25efc82 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24' + go-version: '1.25' - name: Install dependencies run: go mod tidy diff --git a/go.mod b/go.mod index c571636..5a36c5c 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/belphemur/CBZOptimizer/v2 go 1.24 -toolchain go1.24.6 +toolchain go1.25.0 require ( github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de