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"
uses: actions/cache@v4
with:
path: /home/container/
path: /root/go/
key: bunker-go-cache
restore_key: bunker-go-cache
- name: "lint"
@ -29,7 +29,7 @@ jobs:
- name: "cache go dependencies"
uses: actions/cache@v4
with:
path: /home/container/
path: /root/go/
key: bunker-go-cache
restore_key: bunker-go-cache
- name: "tests"