Skip to content

Commit 8a11a85

Browse files
authored
Merge branch 'main' into rk/f-pluggable-state-store
2 parents b6a09b0 + 1df337d commit 8a11a85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version-file: 'go.mod'
2323
- run: go mod download
24-
- uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
24+
- uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
2525
terraform-provider-corner-tfprotov5:
2626
defaults:
2727
run:

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/google/go-cmp v0.7.0
99
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120001236-e53907d2fbfe
1010
github.com/hashicorp/terraform-plugin-log v0.9.0
11+
1112
)
1213

1314
require (

0 commit comments

Comments
 (0)