From ca3d76770b647189dd903e17d6179fc0a51fdc84 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 10 Jul 2026 09:55:08 -0400 Subject: [PATCH] Update to Go 1.26.5 to remediate a CVE. --- .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 a048d63079..367bef1a5b 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: go-version: - - 1.26.4 + - 1.26.5 sys: - { os: ubuntu-latest } - { os: macos-15-intel, shell: zsh } diff --git a/go.mod b/go.mod index a8f48a6f6c..423130e401 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ActiveState/cli -go 1.26.4 +go 1.26.5 require ( github.com/99designs/gqlgen v0.17.54