Skip to content

all: use go1.18

Warren Gifford requested to merge k/20220509-k/go118 into main

Created by: keegancsmith

Updates CI and gomod to enforce the minimum version to go1.18. This is what we are using in the main sourcegraph repository. I want to do the same for sourcegraph/lib, so want to ensure its main importer can import go1.18 code.

Test Plan: go test ./... and CI

Merge request reports

Loading