Skip to content

Commit

Permalink
chore: update Go module to Go 1.22 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
skatsaounis authored Jan 20, 2025
1 parent add0188 commit 3eab212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ References:
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) >= 1.4.x
- [Go](https://golang.org/doc/install) >= 1.21
- [Go](https://golang.org/doc/install) >= 1.22

## Build The Provider

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 terraform-provider-maas

go 1.21
go 1.22

require (
github.com/bflad/tfproviderlint v0.30.0
Expand Down

0 comments on commit 3eab212

Please sign in to comment.