File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 type : string
2121
2222env :
23- GO_VER : 1.20.5
23+ GO_VER : 1.20.6
2424
2525permissions :
2626 contents : read
Original file line number Diff line number Diff line change 1313env :
1414 GOPATH : /opt/go
1515 PATH : /opt/go/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
16- GO_VER : 1.20.5
16+ GO_VER : 1.20.6
1717
1818jobs :
1919 basic-checks :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ METADATA_VAR += CommitSHA=$(EXTRA_VERSION)
7676METADATA_VAR += BaseDockerLabel=$(BASE_DOCKER_LABEL )
7777METADATA_VAR += DockerNamespace=$(DOCKER_NS )
7878
79- GO_VER = 1.20.5
79+ GO_VER = 1.20.6
8080GO_TAGS ?=
8181
8282RELEASE_EXES = orderer $(TOOLS_EXES )
Original file line number Diff line number Diff line change 55# SPDX-License-Identifier: Apache-2.0
66
77GOROOT=' /opt/go'
8- GO_VERSION=1.20.5
8+ GO_VERSION=1.20.6
99
1010# ----------------------------------------------------------------
1111# Install Golang
You can’t perform that action at this time.
0 commit comments