···88jobs:
99 test:
1010 runs-on: ubuntu-latest
1111- # Pinned to alpine 3.19 to fix go version to 1.21. Remove this once Sourcegraph is on Go 1.22.
1212- container: alpine:3.19
1111+ container: alpine:edge # latest go pls
1312 steps:
1413 - name: checkout
1514 uses: actions/checkout@v3
···3231 packages: 'github.com/sourcegraph/zoekt' # This is the package where the Protobuf round trip tests are defined
3332 fuzz-time: 30s
3433 fuzz-minimize-time: 1m
3535- go-version: '1.21'
3434+ go-version: '1.22'
36353736 shellcheck:
3837 name: shellcheck