mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Bumps Go version to 1.25.9 for compatibility
This commit is contained in:
parent
c371d6e09e
commit
f748122ce9
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -397,6 +397,6 @@ require (
|
|||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
go 1.25.8
|
||||
go 1.25.9
|
||||
|
||||
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