This commit is contained in:
parent
b4c74fe0c9
commit
36bc88d4a0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -39,9 +39,9 @@ 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"
|
||||||
- uses: http://github.com/actions/setup-go@a5f9b05d2d216f63e13859e0d847461041025775 # v6.2.0
|
- uses: http://github.com/actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
|
||||||
with:
|
with:
|
||||||
go-version: "1.25.4"
|
go-version: "1.24.2" # this is the version in go.mod
|
||||||
- name: Debug Go
|
- name: Debug Go
|
||||||
run: go version && go env
|
run: go version && go env
|
||||||
- uses: http://github.com/ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
|
- uses: http://github.com/ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue