From 90c6d48c82a1f879ac9fb79bd176c148573f9f7d Mon Sep 17 00:00:00 2001 From: Aleksandr Tolstikhin Date: Fri, 6 Dec 2024 01:50:45 +0700 Subject: [PATCH] Fix yml --- .gitea/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index c23479dd..074dc2bb 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -7,7 +7,7 @@ on: jobs: setup: name: setup - runs-on: ubuntu-latest-slim + runs-on: ubuntu-latest steps: - name: setup-go uses: actions/setup-go@v5 @@ -19,7 +19,7 @@ jobs: run: go get -v -d ./... lint: name: lint - runs-on: ubuntu-latest-slim + runs-on: ubuntu-latest needs: setup steps: - name: lint @@ -28,7 +28,7 @@ jobs: version: v1.58 test: name: test - runs-on: ubuntu-latest-slim + runs-on: ubuntu-latest needs: setup steps: - name: test