Skip to content

Commit

Permalink
GH-28 - Drop support for go 1.12
Browse files Browse the repository at this point in the history
What

Drop support for Go 1.12

Why

The golang.org/x/net/http2 dependency does not support older versions of
Go: golang/go#45950

Additionally, according to the Go website, only the latest two versions
of Go are officially supported:

https://golang.org/doc/devel/release.html#policy
  • Loading branch information
coopergillan committed May 21, 2021
1 parent 507896f commit 9cd32cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
go-version:
- 1.12
- 1.13
- 1.14
- 1.15
Expand Down

0 comments on commit 9cd32cf

Please sign in to comment.