This commit is contained in:
parent
a114fb8159
commit
7f677762e8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -39,6 +39,11 @@ jobs:
|
|||
- uses: http://github.com/actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
||||
with:
|
||||
node-version: "24.11.0"
|
||||
|
||||
- name: set debug to star for max debug info
|
||||
run: |
|
||||
export DEBUG=*
|
||||
|
||||
- uses: http://github.com/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
|
||||
with:
|
||||
go-version: "1.24.2" # this is the version in go.mod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue