Skip to content

Commit 94735fc

Browse files
authored
docs: update go requirements in DEVELOPMENT.md (flipt-io#4675)
1 parent f072b09 commit 94735fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Before starting, make sure you have the following installed:
1313

1414
- [GCC Compiler](https://gcc.gnu.org/install/binaries.html)
1515
- [SQLite](https://sqlite.org/index.html)
16-
- [Go 1.24+](https://golang.org/doc/install)
16+
- [Go 1.25+](https://golang.org/doc/install)
1717
- [NodeJS >= 18](https://nodejs.org/en/ )
1818
- [Mage](https://magefile.org/)
1919
- [Docker](https://docs.docker.com/install/) (for running tests)
@@ -56,10 +56,6 @@ Flipt uses [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/
5656

5757
Then run `pre-commit install` to install the git hook.
5858

59-
## Go
60-
61-
Flipt is built with Go 1.23+.
62-
6359
## Bootstrap
6460

6561
The `bootstrap` task will install all of the necessary tools used for development and testing. It does this using a seperate tools modules as described here: [https://marcofranssen.nl/manage-go-tools-via-go-modules](https://marcofranssen.nl/manage-go-tools-via-go-modules)

0 commit comments

Comments
 (0)