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