Switch to fresh toolbox image for CI.
This commit is contained in:
parent
71c80799d2
commit
37b948e7ed
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user