Skip to content

Latest commit

 

History

History
 
 

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build

go mod download
make

Run

./defang

Format Code

go fmt

Update Dependencies

To regenerate the go.mod file:

go mod tidy

Release

To release a new version, run:

make release

This will create a new tag (incrementing the patch number) and push it to the repository, triggering a new build on the CI/CD pipeline.