Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/int/spec.bats: fix for go 1.16
go 1.16 has GO111MODULE=on by default, and since runtime-spec/schema does not come with go.mod, it complains: > runtime-spec/schema/validate.go:10:2: no required module provides package github.com/xeipuuv/gojsonschema: working directory is not part of a module Use GO111MODULE=auto as a workaround. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
- Loading branch information