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