Checkpoint commit
Have got a basic table select model working. Now will try to setup modal models to support prompts and confirmations
This commit is contained in:
parent
33115c7c13
commit
6ac22aad1f
8 changed files with 205 additions and 27 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.18
|
||||
- name: Configure
|
||||
run: |
|
||||
git config --global url."https://${{ secrets.GO_MODULES_TOKEN }}:x-oauth-basic@github.com/lmika".insteadOf "https://github.com/lmika"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue