We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6a09b0 + 1df337d commit 8a11a85Copy full SHA for 8a11a85
.github/workflows/ci-go.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
go-version-file: 'go.mod'
23
- run: go mod download
24
- - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
+ - uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
25
terraform-provider-corner-tfprotov5:
26
defaults:
27
run:
go.mod
@@ -8,6 +8,7 @@ require (
8
github.com/google/go-cmp v0.7.0
9
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120001236-e53907d2fbfe
10
github.com/hashicorp/terraform-plugin-log v0.9.0
11
+
12
)
13
14
require (
0 commit comments