From 21a3aa0ca5ccc31e0c263e265aba8905227825e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:54:13 +0000 Subject: [PATCH] fix(deps): bump dependency go from 1.25.6 to 1.25.7 | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.25.6 | 1.25.7 | --- .github/workflows/build.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 321a4a8..d681195 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: 1.25.6 + go-version: 1.25.7 - name: Checkout uses: actions/checkout@v6 - name: install dep diff --git a/go.mod b/go.mod index b662483..93bdf7c 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/mathieu-keller/epub-parser/v2 go 1.23 -toolchain go1.25.6 +toolchain go1.25.7