Skip to content

Commit

Permalink
chore: use stable/oldstable versions of Go to test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdakkota committed Sep 23, 2024
1 parent a64f2cd commit 146eb8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: cover

on:
# TODO: setup codecov
# https://github.com/ClickHouse/ch-go/issues/137
# push:
# branches:
# - main
# pull_request:
# TODO: setup codecov
# https://github.com/ClickHouse/ch-go/issues/137
# push:
# branches:
# - main
# pull_request:
workflow_dispatch:

jobs:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: oldstable

- name: Get Go environment
id: go-env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: true
matrix:
go:
- "1.20"
- "1.21"
- "oldstable"
- "stable"
clickhouse:
- v21.8.14.5-lts
- v22.3.11.12-lts
Expand Down

0 comments on commit 146eb8e

Please sign in to comment.