Skip to content

Commit

Permalink
feat: Global app keys support
Browse files Browse the repository at this point in the history
  • Loading branch information
efirs committed May 7, 2023
1 parent e29b1e9 commit 03b0761
Show file tree
Hide file tree
Showing 19 changed files with 3,791 additions and 909 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 03b0761

Please sign in to comment.