From 932c99fbd3224eb883907b8a395b1ba4a75e7cc7 Mon Sep 17 00:00:00 2001 From: zervo Date: Thu, 5 Dec 2024 21:34:36 +0100 Subject: [PATCH] Debug CI x6 --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d8f5d6d..79169de 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -6,7 +6,7 @@ jobs: image: golang:latest steps: # Step 1: Check out the code - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 # Step 2: Set the working directory and build the project - run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go