From 9805c41b48712c33eee7fa1091070f5828186f88 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Sat, 2 Jan 2021 16:33:55 +0100 Subject: [PATCH] Fix CI failure Update the testfiles to include 2021. Signed-off-by: Paul Holzinger --- cobra/cmd/testdata/main.go.golden | 2 +- cobra/cmd/testdata/root.go.golden | 2 +- cobra/cmd/testdata/test.go.golden | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cobra/cmd/testdata/main.go.golden b/cobra/cmd/testdata/main.go.golden index 0bf75c5a1..f69d34aa1 100644 --- a/cobra/cmd/testdata/main.go.golden +++ b/cobra/cmd/testdata/main.go.golden @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2021 NAME HERE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cobra/cmd/testdata/root.go.golden b/cobra/cmd/testdata/root.go.golden index 1db829c71..260c7aa81 100644 --- a/cobra/cmd/testdata/root.go.golden +++ b/cobra/cmd/testdata/root.go.golden @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2021 NAME HERE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cobra/cmd/testdata/test.go.golden b/cobra/cmd/testdata/test.go.golden index 3eef95fec..584daa236 100644 --- a/cobra/cmd/testdata/test.go.golden +++ b/cobra/cmd/testdata/test.go.golden @@ -1,5 +1,5 @@ /* -Copyright © 2020 NAME HERE +Copyright © 2021 NAME HERE Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.