cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
57 stars 12 forks source link

bump action versions for ci workflow #83

Closed jenngeorge closed 1 year ago

jenngeorge commented 1 year ago

Previously, the golangci-lint action failed because it installed the latest stable go version instead of using the pre installed version. Now it uses the pre installed go version 1.18.

jenngeorge commented 1 year ago

Here is an example failing Golint job: https://github.com/cockroachdb/terraform-provider-cockroach/actions/runs/4327170962/jobs/7591940692#step:3:18 and here is a helpful golangci-lint-action issue comment: https://github.com/golangci/golangci-lint-action/issues/442#issuecomment-1093445612

jenngeorge commented 1 year ago

TFTR!