Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update go.mod #281

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Update go.mod #281

merged 1 commit into from
Mar 16, 2022

Conversation

carolynvs
Copy link
Contributor

This updates our go.mod to use recent security patches for Go, docker, containerd, and kubernetes. Also now that we are on a newer version of Go, I've replaced the packr library with go:embed.

@carolynvs carolynvs marked this pull request as ready for review March 14, 2022 19:40
@carolynvs
Copy link
Contributor Author

Moving back to draft as there's something about this version bump that seriously upsets go mod tidy when I use this change in Porter. 🤔

* Use the most recent version of Go to pick up security fixes
* Update docker, containerd, and k8s to the most recently patched versions
* Replace packr with go:embed now that we are on a newer version of Go
  using go:embed to access files on-disk instead of the packr library.

Signed-off-by: Carolyn Van Slyck <me@carolynvanslyck.com>
@carolynvs carolynvs marked this pull request as ready for review March 15, 2022 18:02
@carolynvs carolynvs merged commit 63af4ce into cnabio:main Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants