Add new versions of go and terraform

Motivation

As a resource developer, I need to add support for latest versions of go compiler and terraform.

Current state

go version 1.20.2 and terraform version 1.4.0 don't have their checksums in go code.

Desired state

go version 1.20.2 and terraform version 1.4.0 have their checksums in go code.

Affected resource

TerraformResource and GoMicroserviceResource

Steps

  • Add new versions and checksums in the class's code