change runing image #1
Some checks failed
/ test (push) Failing after 5m46s

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2025-08-09 12:29:34 +02:00
commit bef278f64a
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -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