Try new toolbox.
All checks were successful
Linting and tests / Linting (push) Successful in 2m29s

This commit is contained in:
Stanislav Nikitin 2025-09-11 08:16:23 +05:00
parent 9d86c2e0bf
commit 8eee602b29
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -13,11 +13,12 @@ jobs:
- name: "cache go dependencies"
uses: actions/cache@v4
with:
path: /home/container/go
path: |
/home/container/go
/home/container/golangci-lint
key: bunker-go-cache
restore-key: bunker-go-cache
- name: "lint"
uses: docker://code.pztrn.name/containers/go-toolbox:v7
uses: docker://code.pztrn.name/containers/go-toolbox:v8
with:
command: "/usr/local/bin/task lint"
@ -32,9 +33,11 @@ jobs:
# - name: "cache go dependencies"
# uses: actions/cache@v4
# with:
# path: /home/container/go
# path: |
# /home/container/go
# /home/container/golangci-lint
# key: bunker-go-cache
# - name: "tests"
# uses: docker://code.pztrn.name/containers/go-toolbox:v7
# uses: docker://code.pztrn.name/containers/go-toolbox:v8
# with:
# command: "/usr/local/bin/task test"