Skip to content

Commit

Permalink
fix minimum golang version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergodart committed Aug 9, 2024
1 parent bf5649a commit 788b6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdir -p sektron && tar -zxvf sektron_VERSION_PLATFORM.tar.gz -C sektron

### Build it yourself

You'll need [go 1.18](https://go.dev/dl/) minimum.
You'll need [go 1.22](https://go.dev/dl/) minimum.
Although you should be able to build it for either **linux**, **macOS** or **Windows**, it has only been tested on **linux**.

```sh
Expand Down

0 comments on commit 788b6af

Please sign in to comment.