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

Use go to manage build image dependencies #138

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elezar
Copy link
Member

@elezar elezar commented Jul 5, 2024

This change manages tooling dependencies using go instead of relying on the k8s-test-infra image.

This allows for the image and tooling dependencies to be updated independently.

See also NVIDIA/k8s-device-plugin#798

Signed-off-by: Evan Lezar <elezar@nvidia.com>
@elezar elezar changed the title Use localy defined dev image Use go to manage build image dependencies Jul 5, 2024
@elezar elezar requested review from ArangoGutierrez and klueska and removed request for ArangoGutierrez July 5, 2024 15:21
@elezar elezar marked this pull request as draft July 5, 2024 15:21
@@ -24,12 +24,6 @@ vVERSION := v$(VERSION:v%=%)
GOLANG_VERSION ?= 1.22.1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for this PR, but we should bump this, as @klueska mentioned to be testing 1.22.4 on slack


go 1.22.0

toolchain go1.22.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Does dependabot also bumps toolchain or just the go line bit?

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