Switch to fresh toolbox image for CI.
Some checks failed
Linting and tests / Tests (push) Has been cancelled
Linting and tests / Linting (push) Has been cancelled

This commit is contained in:
Stanislav Nikitin 2025-09-11 02:39:59 +05:00
parent 71c80799d2
commit 37b948e7ed
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550

View File

@ -11,7 +11,7 @@ jobs:
- name: "checkout source"
uses: actions/checkout@v4
- name: "lint"
uses: docker://code.pztrn.name/containers/go-toolbox:v5
uses: docker://code.pztrn.name/containers/go-toolbox:v6
with:
command: "/usr/local/bin/task lint"
@ -21,6 +21,6 @@ jobs:
- name: "checkout source"
uses: actions/checkout@v4
- name: "tests"
uses: docker://code.pztrn.name/containers/go-toolbox:v5
uses: docker://code.pztrn.name/containers/go-toolbox:v6
with:
command: "/usr/local/bin/task test"