We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdf98a commit 6bd223dCopy full SHA for 6bd223d
.github/workflows/pull-request.yml
@@ -13,7 +13,7 @@ on:
13
env:
14
GOPATH: /opt/go
15
PATH: /opt/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
16
- GO_VER: 1.22.3
+ GO_VER: 1.22.4
17
18
permissions:
19
contents: read
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
tags: [ v1.* ]
10
11
12
UBUNTU_VER: 20.04
DOCKER_REGISTRY: ${{ github.repository_owner == 'hyperledger' && 'docker.io' || 'ghcr.io' }}
IMAGE_NAME: ${{ github.repository }}
Makefile
@@ -29,7 +29,7 @@
29
30
PROJECT_NAME = fabric-ca
31
32
-GO_VER = 1.22.3
+GO_VER = 1.22.4
33
UBUNTU_VER ?= 20.04
34
DEBIAN_VER ?= stretch
35
BASE_VERSION ?= v1.5.11
0 commit comments