fix(go,cli,mockserver,terraform): go run for staticcheck; fix(terraform): prevent nil pointer dereference for wrapped attribute fields in RefreshFrom methods (#1985)
Generator changes (5)
Bug fixes
cli
use go run instead of go install for staticcheck to avoid toolchain version mismatch
Bug fixes
go
use go run instead of go install for staticcheck to avoid toolchain version mismatch
Bug fixes
mockserver
use go run instead of go install for staticcheck to avoid toolchain version mismatch
Bug fixes
terraform
Prevent nil pointer dereference for wrapped attribute fields in RefreshFrom methods
Bug fixes
terraform
use go run instead of go install for staticcheck to avoid toolchain version mismatch