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:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user