fix(#3): 🚧 Remove code comments
Some checks failed
ci / build (push) Failing after 22s

This commit is contained in:
Daniel Sy 2025-04-29 11:20:36 +02:00
parent 9b57184dff
commit 62b5cd661f
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -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