Skip to content

Commit 2ba97ae

Browse files
authored
Bump Go to 1.20.6 (release-2.2) (#4323)
Bump Go to 1.20.6. Signed-off-by: David Enyeart <[email protected]>
1 parent 21df05b commit 2ba97ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: string
2121

2222
env:
23-
GO_VER: 1.20.5
23+
GO_VER: 1.20.6
2424

2525
permissions:
2626
contents: read

.github/workflows/verify-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
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

1818
jobs:
1919
basic-checks:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ METADATA_VAR += CommitSHA=$(EXTRA_VERSION)
7676
METADATA_VAR += BaseDockerLabel=$(BASE_DOCKER_LABEL)
7777
METADATA_VAR += DockerNamespace=$(DOCKER_NS)
7878

79-
GO_VER = 1.20.5
79+
GO_VER = 1.20.6
8080
GO_TAGS ?=
8181

8282
RELEASE_EXES = orderer $(TOOLS_EXES)

vagrant/golang.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# SPDX-License-Identifier: Apache-2.0
66

77
GOROOT='/opt/go'
8-
GO_VERSION=1.20.5
8+
GO_VERSION=1.20.6
99

1010
# ----------------------------------------------------------------
1111
# Install Golang

0 commit comments

Comments
 (0)