Moved to Forgejo builder
Build / build (push) Failing after 1m9s Details

This commit is contained in:
Leon Mika 2024-08-31 10:11:10 +10:00
parent 505fd29032
commit adcd3f146e
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.21.6
go-version: 1.22.4
- name: Build
run: |
make test