Melkeydev / go-blueprint

Go-blueprint allows users to spin up a quick Go project using a popular framework
MIT License
2.07k stars 141 forks source link

[Bug] We are unable to create docker-compose.yml file for an SQLite database #229

Closed adit1o closed 1 month ago

adit1o commented 1 month ago

What is the problem?

We are unable to create docker-compose.yml file for an SQLite database
2024/04/15 12:47:18 Could not go tidy in new project exit status 1
Error: exit status 1

Operating System

Ubuntu

Architecture Version (x86, x64, arm, etc)

x64

Steps to reproduce

-

Relevant log output

-
H0llyW00dzZ commented 1 month ago

What is the problem?

We are unable to create docker-compose.yml file for an SQLite database
2024/04/15 12:47:18 Could not go tidy in new project exit status 1
Error: exit status 1

Operating System

Ubuntu

Architecture Version (x86, x64, arm, etc)

x64

Steps to reproduce

Relevant log output

-

2024/04/15 12:47:18 Could not go tidy in new project exit status 1 It's module issue - docs here

briancbarrow commented 1 month ago

@adit1o what were the options you selected when creating a new project? Include the steps you took that led to this error so we can investigate the issue.

adit1o commented 1 month ago

Hi, dunno why, but after i upgrade apt upgrade everything looks fine.

so i'm close this issue