Closed
Description
Which area/kind this issue is related to?
/area registry
Issue Description
As the go version 1.18
is currently EOL, we should update the go
stack of the registry to use version 1.19
. On the other hand, all versions using 1.18
should be marked as Deprecated
by adding a tag in their metatada.tags
field.
Acceptance Criteria
- Create 2 new versions for
go
stack ->1.2.0
(to update the default stack version) and2.2.0
(to update the stack versions having schemaVersion: 2.2.x) - Add
Deprecated
tag togo
stack versions1.0.2
,1.1.0
,2.0.0
,2.1.0
. - Update the
stacks/go/stack.yaml
file and set1.0.2
as the default version. - Update the
renovate.json
file to skip directoriesstacks/go/1.0.2/
,stacks/go/1.1.0/
,stacks/go/2.0.0/
,stacks/go/2.1.0/
because they will be deprecated - Update the https://github.com/devfile-samples/devfile-sample-go-basic to use golang version
1.19
and have as a parent the new version of thego
stack.
Metadata
Metadata
Assignees
Type
Projects
Status
Done ✅