Skip to content

Commit

Permalink
Upgrade go, tf and python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bertekintw committed Feb 9, 2024
1 parent 2111bae commit 739bb04
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.22
6 changes: 3 additions & 3 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.21.3
python 3.12.0
terraform 1.6.1
golang 1.22.0
python 3.12.2
terraform 1.7.3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Requirements

- Bash
- [Go](https://golang.org/doc/install) 1.21 (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.22 (to build the provider plugin)
- [Terraform](https://www.terraform.io/downloads.html) 1.x

## Build
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Twingate/terraform-provider-twingate

go 1.21
go 1.22

require (
github.com/client9/misspell v0.3.4
Expand Down

0 comments on commit 739bb04

Please sign in to comment.