Skip to content

Commit

Permalink
Update go version to 1.21, keeping inline with juju.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlanigan committed Feb 12, 2024
1 parent 572b955 commit a46c15c
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _Note:_ These features may not have functional parity with the juju CLI at this
## Requirements

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

## Building 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 github.com/juju/terraform-provider-juju

go 1.20
go 1.21

require (
github.com/bflad/tfproviderlint v0.29.0
Expand Down
Loading

0 comments on commit a46c15c

Please sign in to comment.