mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-03 20:39:29 -05:00
Updates Go version to 1.24.12
This commit is contained in:
parent
918ecd4af5
commit
5fc98d9e4e
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -200,6 +200,6 @@ require (
|
|||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
go 1.24.0
|
||||
go 1.24.12
|
||||
|
||||
replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3 // added by packer-sdc fix as noted in github.com/hashicorp/packer-plugin-sdk/issues/187
|
||||
|
|
|
|||
Loading…
Reference in a new issue