From 4ed3b8ba50405842cb0482b06bc984f1c40df771 Mon Sep 17 00:00:00 2001 From: orangepizza Date: Tue, 20 Aug 2024 15:58:49 +0900 Subject: [PATCH] match required version in README.md with go.mod (1.16) (#1028) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 695e7f8..157ee9a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The package publicsuffix 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