diff --git a/coredns.yaml b/coredns.yaml index 33a83f73559..c77e9170b39 100644 --- a/coredns.yaml +++ b/coredns.yaml @@ -1,7 +1,7 @@ package: name: coredns - version: 1.11.0 - epoch: 1 + version: 1.11.1 + epoch: 0 description: CoreDNS is a DNS server that chains plugins copyright: - license: Apache-2.0 @@ -28,14 +28,10 @@ pipeline: with: repository: https://github.com/coredns/coredns tag: v${{package.version}} - expected-commit: 9f4aa9d2625bb8b8f13efa98d3ecf1928cd112b6 + expected-commit: ae2bbc29be1aaae0b3ded5d188968a6c97bb3144 - runs: | # Ensures plugins get included - # go1.21 hot fix for quic , remove this in the next version bump - # as it is fixed in the main branch - go get github.com/quic-go/quic-go@v0.37.4 - go mod tidy make check - uses: go/build