diff --git a/.github/workflows/gitea-build.yml b/.github/workflows/gitea-build.yml index a3f1220..172a921 100644 --- a/.github/workflows/gitea-build.yml +++ b/.github/workflows/gitea-build.yml @@ -61,7 +61,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version: '1.24' cache: true - name: Checkout Gitea Source diff --git a/.github/workflows/gitea-nightly.yml b/.github/workflows/gitea-nightly.yml index 76f15cc..db4fe50 100644 --- a/.github/workflows/gitea-nightly.yml +++ b/.github/workflows/gitea-nightly.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.25' + go-version: '1.24' cache: true - name: Checkout Gitea Source