fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

ctags: bump version to latest (#269)

We updated ctags in sourcegraph, lets use the same version. Additionally
we need to bump go-ctags since it required updating to use the latest
ctags.

+5 -3
+2 -2
Dockerfile
··· 18 18 RUN apk update --no-cache && apk upgrade --no-cache && \ 19 19 apk add --no-cache git ca-certificates bind-tools tini jansson 20 20 21 - # Commit from 2022-02-09. Please always pick a commit from the main branch. 22 - ENV SOURCEGRAPH_COMMIT=70028a0bde4bbffe1919635b3d1fee99c2e28625 21 + # Commit from 2022-02-10. Please always pick a commit from the main branch. 22 + ENV SOURCEGRAPH_COMMIT=d9f1ea582042a98a5ab1e6f0e9147ad0ca996df8 23 23 ADD https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh /tmp/ 24 24 RUN sh /tmp/ctags-install-alpine.sh && rm /tmp/ctags-install-alpine.sh 25 25
+1 -1
go.mod
··· 29 29 github.com/prometheus/procfs v0.0.10 // indirect 30 30 github.com/rs/xid v1.3.0 31 31 github.com/sergi/go-diff v1.2.0 // indirect 32 - github.com/sourcegraph/go-ctags v0.0.0-20210923201916-00b9c039141c 32 + github.com/sourcegraph/go-ctags v0.0.0-20220210084826-96f4236f0a78 33 33 github.com/uber/jaeger-client-go v2.25.0+incompatible 34 34 github.com/uber/jaeger-lib v2.2.0+incompatible 35 35 github.com/xanzy/go-gitlab v0.28.0
+2
go.sum
··· 440 440 github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= 441 441 github.com/sourcegraph/go-ctags v0.0.0-20210923201916-00b9c039141c h1:yE3O0BjqgifSyuyhnvvOuonOHZa8m58IJgqFEB07dR0= 442 442 github.com/sourcegraph/go-ctags v0.0.0-20210923201916-00b9c039141c/go.mod h1:ZYjpRXoJrRlxjU9ZfpaUKJkk62AjhJPffN3rlw2aqxM= 443 + github.com/sourcegraph/go-ctags v0.0.0-20220210084826-96f4236f0a78 h1:DY/m+6+PnBz49fMU7rE+DfPf09QYgO1RLPDeJ/1BY9w= 444 + github.com/sourcegraph/go-ctags v0.0.0-20220210084826-96f4236f0a78/go.mod h1:ZYjpRXoJrRlxjU9ZfpaUKJkk62AjhJPffN3rlw2aqxM= 443 445 github.com/sourcegraph/go-diff v0.5.1/go.mod h1:j2dHj3m8aZgQO8lMTcTnBcXkRRRqi34cd2MNlA9u1mE= 444 446 github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= 445 447 github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=