Skip to content

Commit 7c0986e

Browse files
authored
Merge pull request #32 from A-Hilaly/aws-sdk-go-apis
Use AWS_SDK_GO_VERSION to set the cache version used to generate APIs/CRDs
2 parents bebbdf5 + cc7bd7c commit 7c0986e

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)