Skip to content

Commit

Permalink
Bump Go to 1.18.10 (release-2.5) (#3958)
Browse files Browse the repository at this point in the history
Bump Go to 1.18.10.

Signed-off-by: David Enyeart <enyeart@us.ibm.com>

Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart authored Jan 26, 2023
1 parent 6aea273 commit 771cf7e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
tags: [ v2.* ]

env:
GO_VER: 1.18.9
GO_VER: 1.18.10
UBUNTU_VER: 20.04
FABRIC_VER: ${{ github.ref_name }}
DOCKER_REGISTRY: ${{ github.repository_owner == 'hyperledger' && 'docker.io' || 'ghcr.io' }}
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.18.9
GO_VER: 1.18.10

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

GO_VER = 1.18.9
GO_VER = 1.18.10
GO_TAGS ?=

RELEASE_EXES = orderer $(TOOLS_EXES)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Optional: Install the latest Fabric supported version of [Go](https://golang.org
installed (only required if you will be writing Go chaincode or SDK applications).

```shell
$ brew install go@1.18.7
$ brew install go@1.18.10
$ go version
go1.18.7 darwin/amd64
go1.18.10 darwin/amd64
```

### JQ
Expand Down
2 changes: 1 addition & 1 deletion release_notes/v2.5.0-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All fixes as of v2.4.7 are also included in v2.5.0.
Dependencies
------------
Fabric v2.5.0 has been tested with the following dependencies:
* Go 1.18.9
* Go 1.18.10
* CouchDB v3.2.2

Fabric docker images on dockerhub utilize Ubuntu 20.04.
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.18.7
GO_VERSION=1.18.10

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

0 comments on commit 771cf7e

Please sign in to comment.