Skip to content

Commit cc7bd7c

Browse files
committed
Use AWS_SDK_GO_VERSION to set the cache version used generate APIs/CRDs code
1 parent bebbdf5 commit cc7bd7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build-controller.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ fi
142142

143143
if [ -n "$AWS_SDK_GO_VERSION" ]; then
144144
ag_args="$ag_args --aws-sdk-go-version $AWS_SDK_GO_VERSION"
145+
apis_args="$apis_args --aws-sdk-go-version $AWS_SDK_GO_VERSION"
145146
fi
146147

147148
echo "Building Kubernetes API objects for $SERVICE"

0 commit comments

Comments
 (0)