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