From 8898474cc2f80088d7f2531f35efd214011501a8 Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Tue, 10 Mar 2026 17:28:57 +0000 Subject: [PATCH] Build with Go 1.26.1 Addresses vulnerabilities: - CVE-2026-25679 - CVE-2026-27139 Signed-off-by: Mark S. Lewis --- .github/workflows/pull-request.yml | 2 +- .github/workflows/release.yml | 2 +- Makefile | 2 +- go.mod | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 67210782..9626d921 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ on: env: GOPATH: /opt/go PATH: /opt/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin - GO_VER: 1.25.7 + GO_VER: 1.26.1 permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d4a6508..caac957a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: tags: [v1.*] env: - GO_VER: 1.25.7 + GO_VER: 1.26.1 UBUNTU_VER: 22.04 IMAGE_NAME: ${{ github.repository }} FABRIC_CA_VER: ${{ github.ref_name }} diff --git a/Makefile b/Makefile index a3e95aa9..ffe49208 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ PROJECT_NAME = fabric-ca -GO_VER ?= 1.25.7 +GO_VER ?= 1.26.1 UBUNTU_VER ?= 22.04 DEBIAN_VER ?= stretch BASE_VERSION ?= v1.5.17 diff --git a/go.mod b/go.mod index 857390ac..78e37084 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/hyperledger/fabric-ca -go 1.24.0 +go 1.25.0 -toolchain go1.25.7 +toolchain go1.26.1 require ( github.com/IBM/idemix v0.0.2-0.20240913182345-72941a5f41cd