added container field
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 39s
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 39s
This commit is contained in:
parent
157c1bd8ba
commit
91d485e0cc
1 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,9 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker:docker://golang:1.24
|
||||
|
||||
runs-on: docker
|
||||
container:
|
||||
image: golang:1.24
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue