From 1b45ddf9180041bde3cc1cb459b7364da4958ebf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 01:44:30 +0300 Subject: [PATCH] feat(deps): update go to v1.25.0 (#26) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-build.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index e163286..b30aaaf 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5 with: - go-version: "1.24" + go-version: "1.25" - name: Build run: make build diff --git a/go.mod b/go.mod index 09afdca..6c81d24 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/ivuorinen/paperboy go 1.23.0 -toolchain go1.24.5 +toolchain go1.25.0 require ( github.com/mmcdole/gofeed v1.3.0