Skip to content

Commit

Permalink
Update docs to Go version 1.22 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-scheiwe authored Nov 4, 2024
1 parent 13511de commit 0803d79
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 0803d79

Please sign in to comment.