From 1d48456b721492d4d36d320ebb88483e504fc135 Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Fri, 20 Feb 2026 12:23:38 -0800 Subject: [PATCH] Bump Go from 1.24.5 to 1.26.0 --- .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 3274416..c78a174 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ["1.24.5"] + go: ["1.26.0"] steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6f5a2e..09c21fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - GO_VERSION: "1.24.5" + GO_VERSION: "1.26.0" jobs: release: diff --git a/go.mod b/go.mod index 2451401..9a1ffaf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ryanfowler/gopack -go 1.24.5 +go 1.26.0 require ( github.com/google/go-containerregistry v0.20.7