Skip to content

Commit

Permalink
chore: update golang version to 1.21.1 (#228)
Browse files Browse the repository at this point in the history
* chore: update golang version to 1.21.1

* feat: Add storage drivers for gofiber

The code changes add storage drivers for gofiber, as documented in the [gofiber storage](https://docs.gofiber.io/storage/) documentation.
  • Loading branch information
backendArchitect authored Aug 12, 2024
1 parent 6ceca16 commit a461e04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.19
golang 1.21.1
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@

### `go mod tidy`
- Please make sure you set proper database configuration to connect.
---
### Add Storage Drivers
- Ref : [gofiber storage](https://docs.gofiber.io/storage/)

---
### **Multiple Database System Support**

Expand Down

0 comments on commit a461e04

Please sign in to comment.