Skip to content

Commit

Permalink
Bump Go to 1.20.6 (release-2.2)
Browse files Browse the repository at this point in the history
Bump Go to 1.20.6.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jul 19, 2023
1 parent 8b00a02 commit 4a1b45d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
type: string

env:
GO_VER: 1.20.5
GO_VER: 1.20.6

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.5
GO_VER: 1.20.6

jobs:
basic-checks:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ METADATA_VAR += CommitSHA=$(EXTRA_VERSION)
METADATA_VAR += BaseDockerLabel=$(BASE_DOCKER_LABEL)
METADATA_VAR += DockerNamespace=$(DOCKER_NS)

GO_VER = 1.20.5
GO_VER = 1.20.6
GO_TAGS ?=

RELEASE_EXES = orderer $(TOOLS_EXES)
Expand Down
2 changes: 1 addition & 1 deletion vagrant/golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

GOROOT='/opt/go'
GO_VERSION=1.20.5
GO_VERSION=1.20.6

# ----------------------------------------------------------------
# Install Golang
Expand Down

0 comments on commit 4a1b45d

Please sign in to comment.