Skip to content

Commit 0803d79

Browse files
authored
Update docs to Go version 1.22 (#274)
1 parent 13511de commit 0803d79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/osmosis-core/build.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ sidebar_position: 2
66
# Build and Test Osmosis Source Code
77

88

9-
## Install Go 1.18
9+
## Install Go 1.22
1010

11-
Currently, Osmosis uses Go 1.18 to compile the code.
11+
Currently, Osmosis uses Go 1.22 to compile the code.
1212

13-
Install [Go 1.18](https://go.dev/doc/install) by following instructions there.
13+
Install [Go 1.22](https://go.dev/doc/install) by following instructions there.
1414

1515
Verify the installation by typing `go version` in your terminal.
1616

1717
```sh
1818
$ go version
19-
go version go1.18.1 darwin/amd64
19+
go version go1.22.4 darwin/amd64
2020
```
2121

2222
## Build Osmosis

0 commit comments

Comments
 (0)