Vishal Yadav
Vishal Yadav
> You guys are getting incentives? ^_^ :smile: :satisfied:
I forgot to mention that this is happening in **WSL**.
> @matejvasek I am on linux, I tried reproducing this error but on my side the function was build successfully, no such error. @Vishal1297 can you verify this again, are...
Hello, I am able to reproduce this issue. **Steps To Reproduce** [OS: Linux] - func create -l go kn-hello-func - Delete go.mod file - go mod init github.com/username/kn-hello-func (remote repo...
Hi @drriguz, For me I modified module name in go.mod file. Try deleting the go.mod & go.sum file. Run following commands `go mod init function ` `go mod tidy `...
> The module must be named `function`, @isc-rsaptars . Hi @matejvasek , Can you share me the doc which can help me clear my doubts on this? What's reasoning behind...
> Here is my go.mod file: > ``` > module function > > go 1.21 > ``` > I believe this is similar to https://github.com/knative/func/issues/2097 (which was resolved?) > And...
> @d-m try putting your CAs in your project directory and stetting the `SSL_CERT_DIR` envvar. > > ```yaml > build: > buildEnvs: > - name: SSL_CERT_DIR > value: /workspace >...
@matejvasek Thanks, It worked but now I am facing another issue. Error is there while downloading go modules from private repo. [Server certification verification failed](https://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-certs-ca-certificates-c) Maybe my certs having correct?
> @matejvasek Thanks, It worked but now I am facing another issue. Error is there while downloading go modules from private repo. > > [Server certification verification failed](https://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-certs-ca-certificates-c) > >...