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:
Leon Mika 2022-03-27 08:48:34 +11:00
parent 33115c7c13
commit 6ac22aad1f
8 changed files with 205 additions and 27 deletions

View file

@ -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"