Moved to Forgejo builder

This commit is contained in:
Leon Mika 2024-08-31 10:11:10 +10:00
parent 057b05b190
commit 95fa44cd65

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