From 531c55aca1dd9bb0e12a7bce8d7d44cb62eea30e Mon Sep 17 00:00:00 2001 From: Christian Bianchi Date: Tue, 16 Jan 2024 13:40:14 +0100 Subject: [PATCH] adjust for release v18 --- pkg/template/cloudconfig.go | 2 +- pkg/template/cloudconfig_test.go | 2 +- pkg/template/validation.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/template/cloudconfig.go b/pkg/template/cloudconfig.go index 4d2423cb..c856fa70 100644 --- a/pkg/template/cloudconfig.go +++ b/pkg/template/cloudconfig.go @@ -11,7 +11,7 @@ import ( "github.com/giantswarm/microerror" - "github.com/giantswarm/k8scloudconfig/v17/pkg/ignition" + "github.com/giantswarm/k8scloudconfig/v18/pkg/ignition" ) const ( diff --git a/pkg/template/cloudconfig_test.go b/pkg/template/cloudconfig_test.go index 8d3c286a..eef02ec3 100644 --- a/pkg/template/cloudconfig_test.go +++ b/pkg/template/cloudconfig_test.go @@ -5,7 +5,7 @@ import ( "path" "testing" - "github.com/giantswarm/k8scloudconfig/v17/pkg/ignition" + "github.com/giantswarm/k8scloudconfig/v18/pkg/ignition" ) func TestCloudConfig(t *testing.T) { diff --git a/pkg/template/validation.go b/pkg/template/validation.go index bf3ff85c..9b8b013c 100644 --- a/pkg/template/validation.go +++ b/pkg/template/validation.go @@ -4,7 +4,7 @@ import ( "github.com/Masterminds/semver/v3" "github.com/giantswarm/microerror" - "github.com/giantswarm/k8scloudconfig/v17/pkg/key" + "github.com/giantswarm/k8scloudconfig/v18/pkg/key" ) func validateComponentVersion(name, versionString, constraintString string) error {