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