diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 823b3ade..c9206e9f 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -10,11 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: setup - uses: actions/setup-go - with: - go-version: 1.19 + uses: https://gitea.com/actions/setup-go@v3 - name: checkout - uses: actions/checkout + uses: https://gitea.com/actions/checkout@v3 - name: deps run: go get -v -t -d ./... - name: test