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