Update .gitea/workflows/test-pr.yml

pull/639/head^2
techknowlogick 1 month ago
parent 75a7d4b7cc
commit 48d2997a63

@ -9,10 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup go
uses: https://github.com/actions/setup-go@v5
- uses: actions/setup-go@v5
with:
go-version: '>=1.20.1'
go-version-file: 'go.mod'
- name: lint and build
run: |
make clean

Loading…
Cancel
Save