diff --git a/.gitea/workflows/build-ci.yaml b/.gitea/workflows/build-ci.yaml index 19c5270..9db9a3c 100644 --- a/.gitea/workflows/build-ci.yaml +++ b/.gitea/workflows/build-ci.yaml @@ -39,21 +39,6 @@ jobs: cd $(go env GOROOT) for p in $GITHUB_WORKSPACE/.github/patch/*.patch; do patch --verbose -p 1 < "$p"; done - - uses: https://gitea.com/actions/go-hashfiles@v0.0.1 - id: get-hash - with: - patterns: |- - **/go.sum - - - uses: actions/cache@v5 - with: - path: | - ~/.cache/go-build - ~/go/pkg/mod - key: ${{ runner.os }}-go-${{ steps.get-hash.outputs.hash }} - restore-keys: | - ${{ runner.os }}-go- - - name: Update CA run: | sudo apt-get update && sudo apt-get install ca-certificates