Update missed Go 1.23 references

This commit is contained in:
Andy Feller 2025-06-23 09:58:06 -04:00
parent 6bfd4bbd77
commit b5867208a1
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -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