Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/osmosis-core/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ sidebar_position: 2
# Build and Test Osmosis Source Code


## Install Go 1.18
## Install Go 1.22

Currently, Osmosis uses Go 1.18 to compile the code.
Currently, Osmosis uses Go 1.22 to compile the code.

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.

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

```sh
$ go version
go version go1.18.1 darwin/amd64
go version go1.22.4 darwin/amd64
```

## Build Osmosis
Expand Down
Loading