diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index cbb735c..71da1c5 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -13,9 +13,9 @@ jobs: with: fetch-depth: 0 - name: setup go - uses: actions/setup-go@v5 + uses: https://github.com/actions/setup-go@v4 with: - go-version: '>=1.20.1' + go-version: '>=1.22.0' - name: release-build run: go build -ldflags="-s -w -X 'main.Version=${{ github.ref_name }}'" -o bin/go-opds-pse-${{ github.ref_name }}-linux-amd64 - name: release-build-windows @@ -24,7 +24,7 @@ jobs: run: GOOS=darwin GOARCH=amd64 go build -ldflags="-s -w -X 'main.Version=${{ github.ref_name }}'" -o bin/go-opds-pse-${{ github.ref_name }}-darwin-amd64 - name: Use Go Action id: use-go-action - uses: actions/release-action@main + uses: https://gitea.com/actions/release-action@main with: files: |- bin/**