From f55605081a8c0a13bbb275781a1be598db9b137a Mon Sep 17 00:00:00 2001 From: Martin Thielecke Date: Fri, 6 Oct 2023 00:04:24 +0200 Subject: [PATCH] try the go image --- .gitea/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8065523..2447d4f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,17 +9,12 @@ on: - v1 jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-go-latest permissions: contents: read packages: write steps: - - uses: actions/setup-go@v3 - with: - go-version: '1.21' - check-latest: true - - name: Import Secrets id: import-secrets uses: https://git.mthie.com/mthie/vault-action@v0