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 9d86c2e0bf - Show all commits

View File

@ -15,10 +15,11 @@ jobs:
with:
path: /home/container/go
key: bunker-go-cache
restore-key: bunker-go-cache
- name: "lint"
uses: docker://code.pztrn.name/containers/go-toolbox:v7
with:
command: "go env"
command: "/usr/local/bin/task lint"
# Tests:
# runs-on: "ubuntu-22.04"