Switch to fresh toolbox image for CI.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user