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