From 6022f6a372c01b3e900a4d7343edc443ef4fc4f4 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Wed, 16 Feb 2022 11:08:13 -0800 Subject: [PATCH] bump minimum go version to 1.15 this is due to a newer version of golang.org/x/net using os.ErrDeadlineExceeded, which was added in go1.15. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c36f56..ee34da6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: # minimum go version that works. This is not necessarily supported in # any way, and will be bumped up without notice as needed. But it at # least lets us know what go version should work. - - go-version: 1.13 + - go-version: 1.15 platform: ubuntu-latest # include windows, but only with the latest Go version, since there