Skip to content

Commit

Permalink
Merge pull request #295 from tigrisdata/main
Browse files Browse the repository at this point in the history
Beta release
  • Loading branch information
efirs authored May 8, 2023
2 parents 45a8d89 + 0bb4e04 commit e4aa123
Show file tree
Hide file tree
Showing 21 changed files with 4,202 additions and 913 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: go-test
on:
push:
branches:
- "main"
- "beta"
workflow_call:
pull_request:
jobs:
Expand All @@ -15,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.19.2'
go-version: '1.20'

- name: Install test deps
run: |
Expand Down
Loading

0 comments on commit e4aa123

Please sign in to comment.