all: use go1.18
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