diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index f13cf95..7bd3568 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -15,7 +15,7 @@ jobs: steps: - uses: https://github.com/actions/checkout@v4 - name: Use Go - uses: https://github.com/actions/setup-go@v5 + uses: https://github.com/actions/setup-go@v6 with: go-version: '1.24' - run: go version \ No newline at end of file