Skip to content

Commit 3091a86

Browse files
committed
debug
Signed-off-by: Thomas Tanaka <thomas.tanaka@oracle.com>
1 parent 56e0b88 commit 3091a86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildrpm/cluster-api.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ A CLI tool that handles the lifecycle of a Cluster API management cluster.
3535
%setup -q -n %{name}-%{version}
3636

3737
%build
38+
export GO_VERSION=$(grep go go.mod | head -n1 | awk'{print $2}')
39+
export GO_DIRECTIVE_VERSION=$GO_VERSION
40+
41+
echo $GO_VERSION
42+
echo $GO_DIRECTIVE_VERSION
3843
git fetch --tags
3944
go mod download
4045
make manager-core

0 commit comments

Comments
 (0)