google search console is throwing a warning for my amp page which is having the script '

<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.1.js";></script>

'and the mustache documentation https://www.ampproject.org/docs/reference/components/amp-mustache is showing that the version 0.2 is available. Will just changing the version will index my page correctly without showing any errors or warnings in the google search console

1

There are 1 best solutions below

0
On

Change the script:

<script async custom-template="amp-mustache" src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js"></script>

Form details Click Here