Drop quic free build

Since go1.21, Go standard library have added support for QUIC protocol.
The binary size gains between quic and quic-free version is now minimal.
Removing the quic free build, simplify the code and build process.
This commit is contained in:
Cuong Manh Le
2024-01-24 15:35:14 +07:00
committed by Cuong Manh Le
parent 3d834f00f6
commit edca1f4f89
6 changed files with 16 additions and 51 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ $ docker pull controldns/ctrld
Alternatively, if you know what you're doing you can download pre-compiled binaries from the [Releases](https://github.com/Control-D-Inc/ctrld/releases) section for the appropriate platform.
## Build
Lastly, you can build `ctrld` from source which requires `go1.20+`:
Lastly, you can build `ctrld` from source which requires `go1.21+`:
```shell
$ go build ./cmd/ctrld