Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions coredns.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down