Skip to content

Commit

Permalink
match required version in README.md with go.mod (1.16) (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangepizza authored Aug 20, 2024
1 parent a8ed110 commit 4ed3b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The package <tt>publicsuffix</tt> provides a Go domain name parser based on the
[![Tests](https://github.com/weppos/publicsuffix-go/workflows/Tests/badge.svg)](https://github.com/weppos/publicsuffix-go/actions?query=workflow%3ATests)
[![GoDoc](https://godoc.org/github.com/weppos/publicsuffix-go/publicsuffix?status.svg)](https://pkg.go.dev/github.com/weppos/publicsuffix-go/publicsuffix)

Currently, **publicsuffix-go requires Go version 1.9 or greater**. We do our best not to break older versions of Go if we don't have to, but due to tooling constraints, we don't always test older versions.
Currently, **publicsuffix-go requires Go version 1.21 or greater**. We do our best not to break older versions of Go if we don't have to, but due to tooling constraints, we don't always test older versions.


## Getting started
Expand Down

0 comments on commit 4ed3b8b

Please sign in to comment.