Debug CI x8

This commit is contained in:
zervo 2024-12-05 21:43:09 +01:00
parent 40a088162f
commit 088bbb617f

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
# Step 2: Set up go environment # Step 2: Set up go environment
- uses: actions/setup-go@v5 - uses: actions/setup-go@v4
with: with:
go-version-file: './Backend/go.mod' go-version-file: './Backend/go.mod'