Basic client and server apps. #41

Open
pztrn wants to merge 32 commits from 2-client-basics into feature/1-basics
Showing only changes of commit f4667a2780 - Show all commits

View File

@ -13,7 +13,7 @@ jobs:
- name: "cache go dependencies" - name: "cache go dependencies"
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: /home/container/ path: /root/go/
key: bunker-go-cache key: bunker-go-cache
restore_key: bunker-go-cache restore_key: bunker-go-cache
- name: "lint" - name: "lint"
@ -29,7 +29,7 @@ jobs:
- name: "cache go dependencies" - name: "cache go dependencies"
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: /home/container/ path: /root/go/
key: bunker-go-cache key: bunker-go-cache
restore_key: bunker-go-cache restore_key: bunker-go-cache
- name: "tests" - name: "tests"