From 92a5aabe38edf6af0be7b6ff218405f8f7e88d76 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 25 Jun 2025 13:13:22 -0400 Subject: [PATCH] Update .gitea/workflows/remove-orphans.yaml --- .gitea/workflows/remove-orphans.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/remove-orphans.yaml b/.gitea/workflows/remove-orphans.yaml index 3ad3f05..d24b245 100644 --- a/.gitea/workflows/remove-orphans.yaml +++ b/.gitea/workflows/remove-orphans.yaml @@ -11,6 +11,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 + with: + go-version-file: 'go.mod' - env: TOKEN: ${{ secrets.TOKEN }}