This commit is contained in:
parent
9d86c2e0bf
commit
8eee602b29
@ -13,11 +13,12 @@ jobs:
|
|||||||
- name: "cache go dependencies"
|
- name: "cache go dependencies"
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: /home/container/go
|
path: |
|
||||||
|
/home/container/go
|
||||||
|
/home/container/golangci-lint
|
||||||
key: bunker-go-cache
|
key: bunker-go-cache
|
||||||
restore-key: bunker-go-cache
|
|
||||||
- name: "lint"
|
- name: "lint"
|
||||||
uses: docker://code.pztrn.name/containers/go-toolbox:v7
|
uses: docker://code.pztrn.name/containers/go-toolbox:v8
|
||||||
with:
|
with:
|
||||||
command: "/usr/local/bin/task lint"
|
command: "/usr/local/bin/task lint"
|
||||||
|
|
||||||
@ -32,9 +33,11 @@ jobs:
|
|||||||
# - name: "cache go dependencies"
|
# - name: "cache go dependencies"
|
||||||
# uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
# with:
|
# with:
|
||||||
# path: /home/container/go
|
# path: |
|
||||||
|
# /home/container/go
|
||||||
|
# /home/container/golangci-lint
|
||||||
# key: bunker-go-cache
|
# key: bunker-go-cache
|
||||||
# - name: "tests"
|
# - name: "tests"
|
||||||
# uses: docker://code.pztrn.name/containers/go-toolbox:v7
|
# uses: docker://code.pztrn.name/containers/go-toolbox:v8
|
||||||
# with:
|
# with:
|
||||||
# command: "/usr/local/bin/task test"
|
# command: "/usr/local/bin/task test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user