Skip to content

Commit be4ebe6

Browse files
authored
Merge pull request #3828 from gofiber/codex/2025-11-21-09-34-19
2 parents 6f2e8d0 + d682da2 commit be4ebe6

File tree

104 files changed

+105
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+105
-106
lines changed

β€Ž.github/workflows/gobuild.ymlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
go-version:
22-
- oldstable
23-
- stable
22+
- "1.25.x"
2423
runs-on: ubuntu-latest
2524
steps:
2625
- name: Fetch Repository

β€Ž404-handler/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/gofiber/fiber/v2 v2.52.10
66

β€Žair/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/gofiber/fiber/v2 v2.52.10
66

β€Žauth-docker-postgres-jwt/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module app
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/go-playground/validator/v10 v10.28.0

β€Žauth-jwt/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module api-fiber-gorm
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/gofiber/contrib/jwt v1.1.2

β€Žautocert/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/gofiber/fiber/v2 v2.52.10

β€Žaws-eb/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module main
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/gofiber/fiber/v2 v2.52.10
66

β€Žaws-sam-container/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion

β€Žaws-sam-container/app/go.modβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module app
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/gofiber/fiber/v2 v2.52.10
66

β€Žaws-sam/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
Β (0)