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

Configure Feed

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

go.mod: update to go 1.22.7 (#835)

Among other fixes, Go 1.22.6 fixes a code signing issue on macOS and
XCode 16 that prevents Zoetk from running

author
Stan Hu
committer
GitHub
date (Sep 25, 2024, 1:14 PM +0200) commit 404b1ff8 parent aae71e59
+3 -3
+1 -1
.tool-versions
··· 1 - golang 1.22.1 1 + golang 1.22.7
+1 -1
Dockerfile
··· 1 - FROM golang:1.22.2-alpine3.19 AS builder 1 + FROM golang:1.22.7-alpine3.19 AS builder 2 2 3 3 RUN apk add --no-cache ca-certificates 4 4
+1 -1
go.mod
··· 136 136 137 137 go 1.22.0 138 138 139 - toolchain go1.22.1 139 + toolchain go1.22.7