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

Configure Feed

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

Update to Go 1.19.6 (#552)

+3 -3
+1 -1
.github/workflows/ci.yml
··· 7 7 jobs: 8 8 test: 9 9 runs-on: ubuntu-latest 10 - container: alpine:edge # go1.18 needs > alpine 3.15 10 + container: alpine:edge # go1.19 needs > alpine 3.15 11 11 steps: 12 12 - name: checkout 13 13 uses: actions/checkout@v3
+1 -1
.tool-versions
··· 1 - golang 1.19.3 1 + golang 1.19.6
+1 -1
Dockerfile
··· 1 - FROM golang:1.19.2-alpine3.16 AS builder 1 + FROM golang:1.19.6-alpine3.16 AS builder 2 2 3 3 RUN apk add --no-cache ca-certificates 4 4