sourcegraph / lsif-go

Language Server Indexing Format (LSIF) generator for Go
https://lsif.dev/
MIT License
116 stars 20 forks source link

Bump dependencies for Docker images. #215

Closed varungandhi-src closed 3 years ago

varungandhi-src commented 3 years ago

src-cli on Docker Hub: https://hub.docker.com/layers/sourcegraph/src-cli/3.33.5/images/sha256-1b2584614c1013bd4c448e552a317a1e9a0bb6444d4ab0c1e5005facd17da395

golang on Docker Hub: https://hub.docker.com/layers/golang/library/golang/1.17.3-buster/images/sha256-c1bae5fc60e8191cbda41f8f4822570568a163a2692987a22990fba1d3e4f07b

chrismwendt commented 3 years ago

I think this somehow broke actions/checkout@v2 in sourcegraph/sourcegraph's CI. Example run: https://github.com/sourcegraph/sourcegraph/runs/4171650556?check_suite_focus=true#step:3:12

It works on actions/checkout@v1 https://github.com/sourcegraph/lsif-go/runs/4157700619?check_suite_focus=true

Should we revert this? Slack thread

chrismwendt commented 3 years ago

Reverted in https://github.com/sourcegraph/lsif-go/pull/217

Before we bump the versions again we'll need to investigate why these deps are incompatible with actions/checkout@v2.