From 623ea4eadce27a439cfd6f96a3e14a7f940b4ccd Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Wed, 4 Feb 2026 13:43:38 -0800 Subject: [PATCH] Upgrade Go to v1.25.7 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28c7255..6987abb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: ["main"] env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.25.7" jobs: check: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b98bd04..5298e8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - GO_VERSION: "1.25.6" + GO_VERSION: "1.25.7" jobs: release: diff --git a/go.mod b/go.mod index c001a35..2bfc462 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ryanfowler/fetch -go 1.25.6 +go 1.25.7 require ( github.com/klauspost/compress v1.18.3