Skip to content

Commit cb3d2f4

Browse files
Add docs from gofiber/fiber@25e3992
1 parent bcff7d6 commit cb3d2f4

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 **March XX, 2024**.
1212

1313
### Installation
1414

15-
First of all, [download](https://go.dev/dl/) and install Go. `1.21` or higher is required.
15+
First of all, [download](https://go.dev/dl/) and install Go. `1.22` 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
@@ -38,7 +38,7 @@ Here's a quick overview of the changes in Fiber `v3`:
3838

3939
## Drop for old Go versions
4040

41-
Fiber `v3` drops support for Go versions below `1.21`. We recommend upgrading to Go `1.21` or higher to use Fiber `v3`.
41+
Fiber `v3` drops support for Go versions below `1.22`. We recommend upgrading to Go `1.22` or higher to use Fiber `v3`.
4242

4343
## 🚀 App
4444

0 commit comments

Comments
 (0)