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

Configure Feed

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

bump versions on github actions

+2 -3
+2 -3
.github/workflows/ci.yml
··· 8 8 jobs: 9 9 test: 10 10 runs-on: ubuntu-latest 11 - # Pinned to alpine 3.19 to fix go version to 1.21. Remove this once Sourcegraph is on Go 1.22. 12 - container: alpine:3.19 11 + container: alpine:edge # latest go pls 13 12 steps: 14 13 - name: checkout 15 14 uses: actions/checkout@v3 ··· 32 31 packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined 33 32 fuzz-time: 30s 34 33 fuzz-minimize-time: 1m 35 - go-version: '1.21' 34 + go-version: '1.22' 36 35 37 36 shellcheck: 38 37 name: shellcheck