From 9bc4fd5c7ab5db4142ceabc6f3bfc9d0db88e415 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 25 Jun 2025 13:09:52 -0400 Subject: [PATCH] Update .gitea/workflows/remove-orphans.yaml --- .gitea/workflows/remove-orphans.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/remove-orphans.yaml b/.gitea/workflows/remove-orphans.yaml index 36ffe26..4506e03 100644 --- a/.gitea/workflows/remove-orphans.yaml +++ b/.gitea/workflows/remove-orphans.yaml @@ -11,8 +11,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 - with: - go-version: '>=1.23.4' - env: TOKEN: ${{ secrets.TOKEN }}