Skip to content

Added integration test for deployment processes with git dependencies #198

Added integration test for deployment processes with git dependencies

Added integration test for deployment processes with git dependencies #198

Triggered via push January 11, 2024 04:15
Status Failure
Total duration 44s
Artifacts
Matrix: Test
Combine Test Reports
0s
Combine Test Reports
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 15 warnings
Test (15, 12)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 4)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/opencontainers/image-spec v1.1.0
Test (15, 11)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading cloud.google.com/go/storage v1.28.1 go: downloading github.com/aws/aws-sdk-go v1.44.164 go: downloading cloud.google.com/go v0.110.0 go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/hashicorp/go-safetemp v1.0.0 go: downloading github.com/klauspost/compress v1.16.0 go: downloading github.com/mitchellh/go
Test (15, 13)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading cloud.google.com/go/storage v1.28.1 go: downloading github.com/aws/aws-sdk-go v1.44.164 go: downloading cloud.google.com/go v0.110.0 go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/hashicorp/go-safetemp v1.0.0 go: downloading github.com/klauspost/compress v1.16.0 go: downloading github.com/mitchellh/go
Test (15, 3)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading cloud.google.com/go/storage v1.28.1 go: downloading github.com/aws/aws-sdk-go v1.44.164 go: downloading cloud.google.com/go v0.110.0 go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 go: downloading github.com/hashicorp/go-safetemp v1.0.0 go: downloading github.com/klauspost/compress v1.16.0 go: downloading github.com/mitchellh/go
Test (15, 10)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/opencontainers/image-spec v1.1.0
Test (15, 14)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 5)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 6)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/mattn/go-colorable v0.1.13 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/moby/term v0.5.0 go: d
Test (15, 0)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading cloud.google.com/go/storage v1.28.1
Test (15, 9)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/hashicorp/logutils v1.0.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/vmihailenco/tagparser v0
Test (15, 8)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 1)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 7)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 2)
go test failed (exit code 1) The error output was: go: downloading github.com/OctopusDeploy/go-octopusdeploy/v2 v2.36.2 go: downloading github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0 go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2 go: downloading github.com/gruntwork-io/terratest v0.41.11 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 go: downloading github.com/hashicorp/terraform-plugin-log v0.8.0 go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea go: downloading golang.org/x/text v0.8.0 go: downloading github.com/stretchr/testify v1.8.4 go: downloading github.com/OctopusSolutionsEngineering/OctopusTerraformTestFramework v0.0.0-20230705105638-f5ef7c07973b go: downloading k8s.io/utils v0.0.0-20230505201702-9f6742963106 go: downloading github.com/dghubble/sling v1.4.1 go: downloading github.com/go-playground/validator/v10 v10.11.2 go: downloading github.com/google/go-querystring v1.1.0 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/hashicorp/terraform-plugin-go v0.14.3 go: downloading github.com/mitchellh/copystructure v1.2.0 go: downloading github.com/mitchellh/go-testing-interface v1.14.1 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/go-uuid v1.0.3 go: downloading github.com/apparentlymart/go-cidr v1.1.0 go: downloading golang.org/x/crypto v0.7.0 go: downloading github.com/hashicorp/go-hclog v1.4.0 go: downloading github.com/hashicorp/hcl/v2 v2.16.1 go: downloading github.com/hashicorp/terraform-json v0.15.0 go: downloading github.com/jinzhu/copier v0.3.5 go: downloading github.com/tmccombs/hcl2json v0.3.6 go: downloading github.com/zclconf/go-cty v1.12.1 go: downloading github.com/hashicorp/terraform-exec v0.17.3 go: downloading github.com/mitchellh/reflectwalk v1.0.2 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/hashicorp/go-plugin v1.4.8 go: downloading github.com/avast/retry-go/v4 v4.3.3 go: downloading github.com/testcontainers/testcontainers-go v0.21.0 go: downloading github.com/wk8/go-ordered-map/v2 v2.1.7 go: downloading github.com/go-playground/universal-translator v0.18.1 go: downloading github.com/leodido/go-urn v1.2.2 go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/vmihailenco/msgpack/v4 v4.3.12 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/fatih/color v1.13.0 go: downloading github.com/mattn/go-isatty v0.0.19 go: downloading github.com/mattn/go-zglob v0.0.4 go: downloading github.com/hashicorp/go-getter v1.6.2 go: downloading golang.org/x/net v0.8.0 go: downloading github.com/agext/levenshtein v1.2.3 go: downloading github.com/apparentlymart/go-textseg/v13 v13.0.0 go: downloading github.com/mitchellh/go-wordwrap v1.0.1 go: downloading github.com/hashicorp/hc-install v0.5.0 go: downloading google.golang.org/grpc v1.53.0 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/hashicorp/yamux v0.1.1 go: downloading github.com/oklog/run v1.1.0 go: downloading github.com/cenkalti/backoff/v4 v4.2.0 go: downloading github.com/containerd/containerd v1.6.19 go: downloading github.com/cpuguy83/dockercfg v0.3.1 go: downloading github.com/docker/docker v23.0.5+incompatible go: downloading github.com/imdario/mergo v0.3.15 go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/term v0.5.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading github.com/bahlo/generic-list-go v0.2.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/go-playground/locales v0.14.1 go: downloading github.com/vmihailenco/tagparser v0.1.2 go: downloading github.com/hashicorp/logutils v1
Test (15, 12)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 4)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 13)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 14)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 5)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 6)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 9)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 8)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 7)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (15, 2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/