Open mvjq opened 2 years ago
Describe the bug Having the go1.19 version, if I try to build the estuary with make clean all an error happens related to the quic-go dependency:
make clean all
works with go1.18 version:
sed -i 's/go build/go1.18 build/g' Makefile make clean all
To Reproduce Steps to reproduce the behavior:
Expected behavior Build the estuary artifacts
Actual behavior Can not build
Solutions Proposal
which solution do you guys prefer?
Using the appropriate labels for this. This is not a bug but rather an improvement to the code base.
Describe the bug Having the go1.19 version, if I try to build the estuary with
make clean all
an error happens related to the quic-go dependency:works with go1.18 version:
To Reproduce Steps to reproduce the behavior:
make clean all
Expected behavior Build the estuary artifacts
Actual behavior Can not build
Solutions Proposal
which solution do you guys prefer?