Keep golang to 1.24.2 due to build issues in 1.24.3 (#7337)

This PR keeep golang to 1.24.2 due to build issues in 1.24.3:

https://github.com/golang/go/issues/73617

This happens when make -f Makefile.release release is invoked in coredns.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2025-05-30 16:38:48 -07:00
committed by GitHub
parent 53e9681a39
commit b0839142f7
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.24.3
1.24.2

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/coredns/coredns
go 1.23.0
toolchain go1.24.3
toolchain go1.24.2
require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible