diff --git a/.github/workflows/test-clickhouse.yml b/.github/workflows/test-clickhouse.yml index bb0bc41a..78fb20e8 100644 --- a/.github/workflows/test-clickhouse.yml +++ b/.github/workflows/test-clickhouse.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: go-version: - - 1.24.x - 1.25.x steps: - name: Fetch Repository diff --git a/.github/workflows/test-firestore.yml b/.github/workflows/test-firestore.yml index 53490cea..4723e6bd 100644 --- a/.github/workflows/test-firestore.yml +++ b/.github/workflows/test-firestore.yml @@ -15,7 +15,6 @@ jobs: strategy: matrix: go-version: - - 1.24.x - 1.25.x steps: - name: Fetch Repository diff --git a/clickhouse/README.md b/clickhouse/README.md index b52b2dff..f6539d4c 100644 --- a/clickhouse/README.md +++ b/clickhouse/README.md @@ -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 diff --git a/firestore/README.md b/firestore/README.md index b012b449..79deebbd 100644 --- a/firestore/README.md +++ b/firestore/README.md @@ -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//