[minor_change] Upgrade binary go version from 1.23 to 1.25 (DCNE-687)#1454
[minor_change] Upgrade binary go version from 1.23 to 1.25 (DCNE-687)#1454akinross merged 2 commits intoCiscoDevNet:masterfrom
Conversation
|
Should we also bump this as minimal version everywhere? (go.mod,...) |
| @@ -51,6 +51,8 @@ jobs: | |||
| - name: Unshallow | |||
There was a problem hiding this comment.
Looks like the go releaser check is having issues with the version bump.
Was considering it, but did only required parts first. @samiib agrees also so will change and align everything to same version. |
3c855c9 to
3dfbc4b
Compare
|
@lhercot and @samiib, I decided to go with 1.25.8 since this fixes the security issue, is still supported go version and is the go version used in the hashicorp/terraform:latest container build. I have added a comment to .goreleaser to take into consideration for when we bump to 1.26. I also set |
fixes #1448