Skip to content

Commit bb66b71

Browse files
committed
Ensure we're using go 1.26 in tools
Signed-off-by: Timo Sand <[email protected]>
1 parent 2cef23e commit bb66b71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/tfproviderlint/checks/L001/testdata/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module testdata
22

3-
go 1.24.4
3+
go 1.26
44

55
require github.com/hashicorp/terraform-plugin-sdk/v2 v2.39.0
66

tools/tfproviderlint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/integrations/terraform-provider-github/tools/tfproviderlint
22

3-
go 1.24.4
3+
go 1.26
44

55
require (
66
github.com/bflad/tfproviderlint v0.31.0

0 commit comments

Comments
 (0)