read go version from go.mod

This commit is contained in:
Bryce Lampe
2024-08-12 12:25:20 -07:00
parent b61b8df9f9
commit 3a6f828c8c
72 changed files with 3 additions and 14893 deletions

View File

@@ -21,14 +21,3 @@ appropriate for managing resources unrelated to building images.
## Reference
For more information, including examples and migration guidance, please see the Docker-Build provider's detailed [API documentation](https://www.pulumi.com/registry/packages/docker-build/).
## Development
This project uses [mise](https://mise.jdx.dev) for its development environment.
On a Mac:
```sh
$ brew install mise
$ echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
```