all: Bump minimum Go module version to 1.22 (#244)
This commit is contained in:
		
							parent
							
								
									68cf9561b7
								
							
						
					
					
						commit
						5df8ce911d
					
				| @ -17,7 +17,7 @@ Once you've written your provider, you'll want to [publish it on the Terraform R | |||||||
| ## Requirements | ## Requirements | ||||||
| 
 | 
 | ||||||
| - [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0 | - [Terraform](https://developer.hashicorp.com/terraform/downloads) >= 1.0 | ||||||
| - [Go](https://golang.org/doc/install) >= 1.21 | - [Go](https://golang.org/doc/install) >= 1.22 | ||||||
| 
 | 
 | ||||||
| ## Building The Provider | ## Building The Provider | ||||||
| 
 | 
 | ||||||
|  | |||||||
							
								
								
									
										2
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.mod
									
									
									
									
									
								
							| @ -1,6 +1,6 @@ | |||||||
| module github.com/hashicorp/terraform-provider-scaffolding-framework | module github.com/hashicorp/terraform-provider-scaffolding-framework | ||||||
| 
 | 
 | ||||||
| go 1.21 | go 1.22.7 | ||||||
| 
 | 
 | ||||||
| require ( | require ( | ||||||
| 	github.com/hashicorp/terraform-plugin-docs v0.19.4 | 	github.com/hashicorp/terraform-plugin-docs v0.19.4 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Austin Valle
						Austin Valle