We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13511de commit 0803d79Copy full SHA for 0803d79
docs/osmosis-core/build.md
@@ -6,17 +6,17 @@ sidebar_position: 2
6
# Build and Test Osmosis Source Code
7
8
9
-## Install Go 1.18
+## Install Go 1.22
10
11
-Currently, Osmosis uses Go 1.18 to compile the code.
+Currently, Osmosis uses Go 1.22 to compile the code.
12
13
-Install [Go 1.18](https://go.dev/doc/install) by following instructions there.
+Install [Go 1.22](https://go.dev/doc/install) by following instructions there.
14
15
Verify the installation by typing `go version` in your terminal.
16
17
```sh
18
$ go version
19
-go version go1.18.1 darwin/amd64
+go version go1.22.4 darwin/amd64
20
```
21
22
## Build Osmosis
0 commit comments