Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.

Fix golang version used for OBS #147

@jodh-intel

Description

@jodh-intel

From https://github.com/kata-containers/packaging/blob/master/obs-packaging/gen_versions_txt.sh#L46..L47:

golang_version=$(get_from_kata_deps "languages.golang.meta.newest-version" "${kata_version}")
golang_version="1.10.2"

That doesn't look correct as we're resetting the value read from https://github.com/kata-containers/runtime/blob/master/versions.yaml.

I think the fix is to:

Related: kata-containers/runtime#643.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions