Update .gitea/workflows/test-pr.yml

This commit is contained in:
techknowlogick 2024-04-08 16:45:05 +00:00
parent 75a7d4b7cc
commit 48d2997a63
1 changed files with 2 additions and 3 deletions

View File

@ -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