From 62b5cd661f7f35092ac79e47e428f43616b0095f Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Tue, 29 Apr 2025 11:20:36 +0200 Subject: [PATCH] fix(#3): :construction: Remove code comments --- .forgejo/workflows/pipeline.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/pipeline.yml b/.forgejo/workflows/pipeline.yml index f801e94..d816f70 100644 --- a/.forgejo/workflows/pipeline.yml +++ b/.forgejo/workflows/pipeline.yml @@ -121,14 +121,14 @@ jobs: # push: true # tags: ${{ env.GITHUB_SERVER_URL }}/${{ secret.GITHUB_REPOSITORY_OWNER }}/loic:${{ github.sha }} - - name: Set up Go - uses: actions/setup-go@v3 - with: - go-version: '1.24' - - name: Build Go Binary - run: go mod tidy && go build -o loic - - name: Test Go Binary - run: go test + # - name: Set up Go + # uses: actions/setup-go@v3 + # with: + # go-version: '1.24' + # - name: Build Go Binary + # run: go mod tidy && go build -o loic + # - name: Test Go Binary + # run: go test # - name: Debug Variables # run: | # env