Skip to content

Commit

Permalink
Merge pull request #298 from multiversx/localnet-go-version
Browse files Browse the repository at this point in the history
Update golang version used for "localnet": go1.20.5
  • Loading branch information
andreibancioiu committed Aug 7, 2023
2 parents 4888a27 + 1826353 commit f767d56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_defaults() -> Dict[str, Any]:
"dependencies.rust.resolution": "SDK",
"dependencies.rust.tag": "nightly",
"dependencies.golang.resolution": "SDK",
"dependencies.golang.tag": "go1.18.4",
"dependencies.golang.tag": "go1.20.5",
"dependencies.golang.urlTemplate.linux": "https://golang.org/dl/{TAG}.linux-amd64.tar.gz",
"dependencies.golang.urlTemplate.osx": "https://golang.org/dl/{TAG}.darwin-amd64.tar.gz",
"dependencies.golang.urlTemplate.windows": "https://golang.org/dl/{TAG}.windows-amd64.zip",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "7.2.0"
version = "7.2.1"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit f767d56

Please sign in to comment.