devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
237 stars 58 forks source link

Update Devfile Registry Support Services to use Go 1.19 #1469

Closed michael-valdron closed 2 months ago

michael-valdron commented 2 months ago

Which area/kind this issue is related to?

/area registry

Issue Description

To meet the objective of #1237, we need to ensure our registry support services is using Go 1.19 with updated dependencies.

Acceptance Criteria

michael-valdron commented 2 months ago

Update requirements under documentation

No prior documentation in registry-support on Go version requirements, added a Go version badge to the root README.

michael-valdron commented 2 months ago

Go 1.19 changes are for ready for review: https://github.com/devfile/registry-support/pull/212

michael-valdron commented 2 months ago

Need to merge https://github.com/devfile/registry/pull/316 before merging https://github.com/devfile/registry-support/pull/212.

michael-valdron commented 2 months ago

PR update: https://github.com/devfile/registry-support/pull/212#issuecomment-1985978987