diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 80dac530..37d64edf 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.22.4 + GO_VER: 1.23.1 permissions: contents: read diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ef69225..0029470a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: tags: [ v1.* ] env: - GO_VER: 1.22.4 + GO_VER: 1.23.1 UBUNTU_VER: 20.04 DOCKER_REGISTRY: ${{ github.repository_owner == 'hyperledger' && 'docker.io' || 'ghcr.io' }} IMAGE_NAME: ${{ github.repository }} diff --git a/Makefile b/Makefile index b3e17260..bacccbbc 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ PROJECT_NAME = fabric-ca -GO_VER = 1.22.4 +GO_VER = 1.23.1 UBUNTU_VER ?= 20.04 DEBIAN_VER ?= stretch BASE_VERSION ?= v1.5.12 diff --git a/README.md b/README.md index 7b97f9c4..acbfe919 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The remainder of this guide is intended for developers contributing to Fabric CA ## Prerequisites -* Go 1.22 installation or later +* Go 1.23 installation or later * docker version 17.03 or later * docker-compose version 1.11 or later diff --git a/go.mod b/go.mod index 197b1710..7ea1fcb3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hyperledger/fabric-ca -go 1.22 +go 1.23.1 require ( github.com/IBM/idemix v0.0.2-0.20231011101252-a4feda90f3f7