docs: update README and CI configurations to reflect supported Go versions

This commit is contained in:
René
2026-01-14 08:57:39 +01:00
parent f67b53affe
commit a01817d47a
4 changed files with 2 additions and 4 deletions
-1
View File
@@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.24.x
- 1.25.x
steps:
- name: Fetch Repository
-1
View File
@@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.24.x
- 1.25.x
steps:
- name: Fetch Repository
+1 -1
View File
@@ -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
View File
@@ -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>