change runing image #1
Some checks failed
/ test (push) Failing after 6m17s

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

View file

@ -3,7 +3,7 @@ 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