Basic client and server apps. #41
@ -13,12 +13,10 @@ jobs:
|
|||||||
- name: "cache go dependencies"
|
- name: "cache go dependencies"
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: /home/container/go
|
||||||
~/.cache/go-build
|
|
||||||
~/go/pkg/mod
|
|
||||||
key: bunker-go-cache
|
key: bunker-go-cache
|
||||||
- name: "lint"
|
- name: "lint"
|
||||||
uses: docker://code.pztrn.name/containers/go-toolbox:v6
|
uses: docker://code.pztrn.name/containers/go-toolbox:v7
|
||||||
with:
|
with:
|
||||||
command: "/usr/local/bin/task lint"
|
command: "/usr/local/bin/task lint"
|
||||||
|
|
||||||
@ -33,11 +31,9 @@ jobs:
|
|||||||
- name: "cache go dependencies"
|
- name: "cache go dependencies"
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: |
|
path: /home/container/go
|
||||||
~/.cache/go-build
|
|
||||||
~/go/pkg/mod
|
|
||||||
key: bunker-go-cache
|
key: bunker-go-cache
|
||||||
- name: "tests"
|
- name: "tests"
|
||||||
uses: docker://code.pztrn.name/containers/go-toolbox:v6
|
uses: docker://code.pztrn.name/containers/go-toolbox:v7
|
||||||
with:
|
with:
|
||||||
command: "/usr/local/bin/task test"
|
command: "/usr/local/bin/task test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user