Skip to content

Commit

Permalink
fix: set minimum go version requirement to 1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Quaresima <[email protected]>
  • Loading branch information
gabriele-wolfox committed Feb 7, 2023
1 parent a3cd35d commit c08f4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 1010

## Building the dex binary

To build dex from source code, install a working Go environment with version 1.15 or greater according to the [official documentation][go-setup].
To build dex from source code, install a working Go environment with version 1.19 or greater according to the [official documentation][go-setup].
Then clone the repository and use `make` to compile the dex binary.

```bash
Expand Down

0 comments on commit c08f4f3

Please sign in to comment.