Update golang version to 1.24.3 (#7329)

This PR updates golang version to 1.24.3, to carry the latest security fixes.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2025-05-28 06:57:46 -07:00
committed by GitHub
parent 8cd0c63595
commit 5857ad173d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
1.24.1
1.24.3

2
go.mod
View File

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