[FORGEJO] runs on docker not ubuntu-latest

This commit is contained in:
Earl Warren 2023-11-05 22:11:17 +01:00
parent fab643318e
commit 9d7b4ef298
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -11,7 +11,7 @@ env:
jobs:
lint:
name: check and test
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: cache go path
id: cache-go-path