mirror of
https://github.com/gofiber/storage.git
synced 2026-04-22 23:07:21 +08:00
docs: update README and CI configurations to reflect supported Go versions
This commit is contained in:
@@ -16,7 +16,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- 1.24.x
|
||||
- 1.25.x
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
|
||||
@@ -15,7 +15,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version:
|
||||
- 1.24.x
|
||||
- 1.25.x
|
||||
steps:
|
||||
- name: Fetch Repository
|
||||
|
||||
@@ -32,7 +32,7 @@ func (s *Storage) Conn() *Session
|
||||
|
||||
### Installation
|
||||
|
||||
Clickhouse is supported on the latest two versions of Go:
|
||||
Clickhouse is supported on the last version of Go:
|
||||
|
||||
Install the clickhouse implementation:
|
||||
```bash
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ func (s *Storage) Conn() *firestore.Client
|
||||
|
||||
### Installation
|
||||
|
||||
Firestore is tested on the 2 last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:
|
||||
Firestore is tested on the last [Go versions](https://golang.org/dl/) with support for modules. So make sure to initialize one first if you didn't do that yet:
|
||||
|
||||
```bash
|
||||
go mod init github.com/<user>/<repo>
|
||||
|
||||
Reference in New Issue
Block a user