Update missed Go 1.23 references
This commit is contained in:
parent
6bfd4bbd77
commit
b5867208a1
2 changed files with 2 additions and 2 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.23+
|
||||
- Go 1.24+
|
||||
|
||||
Build with:
|
||||
* Unix-like systems: `make`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Installation from source
|
||||
|
||||
1. Verify that you have Go 1.23+ installed
|
||||
1. Verify that you have Go 1.24+ installed
|
||||
|
||||
```sh
|
||||
$ go version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue