docs: update go version 1.25
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
139c2c4f9a
commit
38c280ec8a
3 changed files with 3 additions and 3 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -24,7 +24,7 @@ We accept pull requests for bug fixes and features where we've discussed the app
|
|||
## Building the project
|
||||
|
||||
Prerequisites:
|
||||
- Go 1.24+
|
||||
- Go 1.25+
|
||||
|
||||
Build with:
|
||||
* Unix-like systems: `make`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Installation from source
|
||||
|
||||
1. Verify that you have Go 1.24+ installed
|
||||
1. Verify that you have Go 1.25+ installed
|
||||
|
||||
```sh
|
||||
$ go version
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Installation from source
|
||||
|
||||
1. Verify that you have Go 1.24+ installed
|
||||
1. Verify that you have Go 1.25+ installed
|
||||
|
||||
```sh
|
||||
$ go version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue