We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00e081f + 06fbb09 commit 87c16d7Copy full SHA for 87c16d7
scripts/build-controller-release.sh
@@ -169,7 +169,7 @@ if [[ $RELEASE_VERSION != "$NON_RELEASE_VERSION" ]]; then
169
fi
170
171
if [ -z "$AWS_SDK_GO_VERSION" ]; then
172
- AWS_SDK_GO_VERSION=$(go list -m -f '{{ .Version }}' -modfile "$SERVICE_CONTROLLER_SOURCE_PATH/go.mod" github.com/aws/aws-sdk-go)
+ AWS_SDK_GO_VERSION=$(cat "$SERVICE_CONTROLLER_SOURCE_PATH/apis/$ACK_GENERATE_API_VERSION/ack-generate-metadata.yaml" | yq ".aws_sdk_go_version" -r)
173
174
175
# If there's a generator.yaml in the service's directory and the caller hasn't
0 commit comments