diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml index 25c69c1..8d8e68b 100644 --- a/.forgejo/workflows/demo.yml +++ b/.forgejo/workflows/demo.yml @@ -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