added container field
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 39s

This commit is contained in:
Crizomb 2025-12-21 22:53:27 +01:00
parent 157c1bd8ba
commit 91d485e0cc

View file

@ -6,8 +6,9 @@ on:
jobs: jobs:
build: build:
runs-on: docker:docker://golang:1.24 runs-on: docker
container:
image: golang:1.24
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4