David Claridge

Results 3 comments of David Claridge

For `docker-compose` on GitHub Actions, I'm also working around this by using: ``` - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master with: version: '297.0.1' # https://github.com/google-github-actions/setup-gcloud/issues/128 ... ``` It would be great to not be...

FYI Today I removed the v297.0.1 workaround mentioned [here](https://github.com/google-github-actions/setup-gcloud/issues/128#issuecomment-764898919), and things are once again working on the latest version of ubuntu & glcoud; I also moved to the new `google-github-actions/setup-gcloud@master`...

Is https://github.com/coder/websocket/pull/476 the chosen approach here, and if so anything we can do to get it merged? My application is experiencing this same issue. I also noticed another project had...