Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
96582094bb
commit
bef278f64a
1 changed files with 2 additions and 2 deletions
|
|
@ -3,10 +3,10 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: golang:1.21-alpine
|
||||
image: golang:1.24.6-bookworm
|
||||
steps:
|
||||
- run: echo All good!
|
||||
- run: apk update && apk add --no-cache make git
|
||||
- run: apt-get update && apt-get install -y make git
|
||||
- run: ls -la
|
||||
- uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue