Skip to content

Commit a2b098f

Browse files
Add docs from gofiber/fiber@de2ed84
1 parent 7d87e57 commit a2b098f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ždocs/core/intro.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These docs are for **Fiber v3**, which was released on **Month xx, 202x**.
1212

1313
### Installation
1414

15-
First, [download](https://go.dev/dl/) and install Go. Version `1.24` or higher is required.
15+
First, [download](https://go.dev/dl/) and install Go. Version `1.25` or higher is required.
1616

1717
Installation is done using the [`go get`](https://pkg.go.dev/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command:
1818

β€Ždocs/core/whats_new.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Here's a quick overview of the changes in Fiber `v3`:
4848

4949
## Drop for old Go versions
5050

51-
Fiber `v3` drops support for Go versions below `1.24`. We recommend upgrading to Go `1.24` or higher to use Fiber `v3`.
51+
Fiber `v3` drops support for Go versions below `1.25`. We recommend upgrading to Go `1.25` or higher to use Fiber `v3`.
5252

5353
## πŸš€ App
5454

0 commit comments

Comments
Β (0)