chore(deps): upgrade Go requirement to 1.24.0 (#7456)

- Update Go version requirement to 1.24.0
- Bump build version to 1.25.0
- Upgrade golangci-lint action to latest
- Use t.Chdir in tests to address linter issue

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
Ville Vesilehto
2025-08-15 21:20:54 +03:00
committed by GitHub
parent 9562db71a4
commit 41a0b70e75
5 changed files with 5 additions and 7 deletions

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/coredns/coredns
// Note this minimum version requirement. CoreDNS supports the last two
// Go versions. This follows the upstream Go project support.
go 1.23.0
go 1.24.0
require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible