From 851625da0a842c33ccffd33cbbf060773ab3d759 Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Thu, 15 Jan 2026 19:34:43 -0800 Subject: [PATCH] Upgrade Go to v1.25.6 --- .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 2dddf5b..28c7255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: ["main"] env: - GO_VERSION: "1.25.5" + GO_VERSION: "1.25.6" jobs: check: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21e7c79..e7a1408 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - GO_VERSION: "1.25.5" + GO_VERSION: "1.25.6" jobs: release: diff --git a/go.mod b/go.mod index 5d871ee..f787692 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ryanfowler/fetch -go 1.25.5 +go 1.25.6 require ( github.com/klauspost/compress v1.18.2