Aurelie Vache
Aurelie Vache
Any updates? :)
petit up :)
petit up ;)
Hi, thanks for the PR. First things, can you fix the conflicts? Also, I added several suggestions and remarks, please take a look at them. By the way, in the...
Moreover, a public_cloud_gateway TF resource have been created in the OVhcloud TF provider. Maybe it can be a good idea to use it also ;)
I am in a new environment, with go 1.21. in my memories you fixed 7 month ago the go.mod because device/gba where in a dev branch, isn't it? So I...
Here is the output: ```bash $ tinygo env GOOS="linux" GOARCH="amd64" GOROOT="/home/gitpod/go" GOPATH="/workspace/go" GOCACHE="/home/gitpod/.cache/tinygo" CGO_ENABLED="1" TINYGOROOT="/home/linuxbrew/.linuxbrew/Cellar/tinygo/0.30.0" ```
```bash $ which tinygo /home/linuxbrew/.linuxbrew/bin/tinygo ``` And I just tested in another machine, same problem: ```bash $ go version go version go1.21.5 darwin/arm64 $ tinygo version tinygo version 0.30.0 darwin/amd64...
my solution was to set in my environment that I am using go modules (instead of asking go to pull dependencies in a vendor folder): ``` $ GOFLAGS=-mod=mod tinygo build...
Sorry but I already saw the documentation but can't find what I am asking for: An example of a docker compose file with "include" statement pointing to an OCI artifact...