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>
This commit is contained in:
renovate[bot]
2025-08-13 01:04:05 +00:00
committed by GitHub
parent 43d9550e6e
commit e35b7b3ae8
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags) fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- uses: actions/setup-go@v5 - uses: actions/setup-go@v5
with: with:
go-version: 1.24 go-version: 1.25
cache: true cache: true
- uses: sigstore/cosign-installer@v3.9.2 # installs cosign - uses: sigstore/cosign-installer@v3.9.2 # installs cosign
- uses: anchore/sbom-action/download-syft@v0.20.4 # installs syft - uses: anchore/sbom-action/download-syft@v0.20.4 # installs syft

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24' go-version: '1.25'
- name: Install dependencies - name: Install dependencies
run: go mod tidy run: go mod tidy

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/belphemur/CBZOptimizer/v2
go 1.24 go 1.24
toolchain go1.24.6 toolchain go1.25.0
require ( require (
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de