Learn how to update the Wowchemy website components that your site uses. TLDR Head over to your website project in Github, click the go.mod file, and click the pencil button to edit it Update the require statement to the following to get the latest version: Otherwise, to get a specific version of a module, replace main with a commit or tagged version that’s associated with the module. For example, the wowchemy module has a modules/wowchemy/v5.6.0 release which we can update to by replacing ...