Skip to content

Commit 547f607

Browse files
committed
Update go to v1.26
Signed-off-by: Timo Sand <[email protected]>
1 parent a6f86c4 commit 547f607

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Terraform Provider GitHub
1+
# Terraform Provider GitHub
22
=========================
33

44
<img src="https://cloud.githubusercontent.com/assets/98681/24211275/c4ebd04e-0ee8-11e7-8606-061d656a42df.png" width="72" height="">
@@ -9,8 +9,8 @@ This project is used to manipulate GitHub resources (repositories, teams, files,
99

1010
## Requirements
1111

12-
- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
13-
- [Go](https://golang.org/doc/install) 1.24.x (to build the provider plugin)
12+
- [Terraform](https://www.terraform.io/downloads.html) 1.14.x
13+
- [Go](https://golang.org/doc/install) 1.26.x (to build the provider plugin)
1414

1515
## Usage
1616

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/v6
22

3-
go 1.25
3+
go 1.26
44

55
require (
66
github.com/go-jose/go-jose/v3 v3.0.4

0 commit comments

Comments
 (0)