asdasagsg
Some checks failed
Docker image builds / build (push) Failing after 56s

This commit is contained in:
Soph :3 2026-02-07 13:40:36 +02:00
parent a114fb8159
commit 7f677762e8

View file

@ -39,6 +39,11 @@ jobs:
- uses: http://github.com/actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 - uses: http://github.com/actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with: with:
node-version: "24.11.0" 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 - uses: http://github.com/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with: with:
go-version: "1.24.2" # this is the version in go.mod go-version: "1.24.2" # this is the version in go.mod