1
0
mirror of https://github.com/MontFerret/ferret.git synced 2026-06-20 01:17:53 +02:00

Update prerequisites and development commands

Updated Go version requirement and modified test and lint commands to use Makefile.
This commit is contained in:
Tim Voronov
2026-05-04 08:36:08 -04:00
committed by GitHub
parent 3bf263d8a4
commit b7a9fe30dd
+3 -3
View File
@@ -10,7 +10,7 @@ Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
### Prerequisites
- Go 1.23 or later
- Go 1.25 or later
- Make (optional, for running Makefile commands)
### Setting Up the Development Environment
@@ -73,12 +73,12 @@ make test
4. Ensure all tests pass:
```bash
go test ./...
make test
```
5. Run the linter:
```bash
golangci-lint run
make lint
```
6. Commit your changes with a clear message: