From eba736ded3bbcf282c52a4491e9e346069f15b71 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 14 Nov 2022 12:05:06 -0800 Subject: [PATCH] .github: bump minimum go version to 1.17 --- .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 01db8b4..0db0906 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.16 + - go-version: 1.17 platform: ubuntu-latest # include windows, but only with the latest Go version, since there