Upgrading quic-go to v0.38.0

This commit is contained in:
Cuong Manh Le
2023-08-22 01:52:12 +00:00
committed by Cuong Manh Le
parent d5c171735e
commit e355fd70ab
5 changed files with 20 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# - Non-cgo ctrld binary.
#
# CI_COMMIT_TAG is used to set the version of ctrld binary.
FROM golang:1.20-bullseye as base
FROM golang:bullseye as base
WORKDIR /app