Skip to content

SemanticallyNull/go-mod-cnb

 
 

Repository files navigation

Go Mod Cloud Native Buildpack

To package this buildpack for consumption:

$ ./scripts/package.sh

This builds the buildpack's Go source using GOOS=linux by default. You can supply another value as the first argument to package.sh.

Applications outside the root directory

If your application's main package is not in the root of the directory, then you'll need to specify this in the buildpack.yml file. Here's an example of how to do that:

go:
  targets: ["./cmd/web"]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 79.5%
  • Shell 20.5%