Change go workfow to different runs-on.
Some checks failed
Build Docker image / build (push) Successful in 1m8s
Build Golang packages / release (push) Failing after 22s

This commit is contained in:
Pieter Hollander 2024-02-21 19:06:21 +01:00
parent b26b9785d4
commit 56449b11ec
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -11,7 +11,7 @@ on:
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-docker
steps:
- uses: actions/checkout@v3
with: