Try using another image for building

A missing "jq" is stopping setup-ko
This commit is contained in:
Patrik Lundin 2024-06-25 15:19:56 +02:00
parent 7a01292d1c
commit 34f378dafd
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -4,7 +4,7 @@ on:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
jobs: jobs:
test: test:
runs-on: docker runs-on: ubuntu-22.04
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://github.com/actions/setup-go@v5 - uses: https://github.com/actions/setup-go@v5