From 6ed75a8f207b3cbe9d9e671acbd547f78e0035e2 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Arango Gutierrez Date: Sun, 12 May 2024 11:27:09 +0200 Subject: [PATCH] Rename ci-artifacts to test-infra Signed-off-by: Carlos Eduardo Arango Gutierrez --- CONTRIBUTING.md | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f8ba3ca0..900f0f2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ -# Contribute to the NVIDIA k8s-ci-artifacts Project +# Contribute to the NVIDIA k8s-test-infra Project -Want to hack on the NVIDIA k8s-ci-artifacts Project? Awesome! +Want to hack on the NVIDIA k8s-test-infra Project? Awesome! We only require you to sign your work, the below section describes this! ## Sign your work diff --git a/go.mod b/go.mod index 877bfce6..b8a1ac01 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/NVIDIA/k8s-ci-artifacts +module github.com/NVIDIA/k8s-test-infra go 1.22.3