Skip to content

Commit

Permalink
bump minimum go version to 1.15
Browse files Browse the repository at this point in the history
this is due to a newer version of golang.org/x/net using
os.ErrDeadlineExceeded, which was added in go1.15.
  • Loading branch information
willnorris committed Feb 16, 2022
1 parent 7584ca6 commit 6022f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6022f6a

Please sign in to comment.