Skip to content

Commit 432e1e5

Browse files
committed
docs: bump the minimum support go version to 1.23
1 parent 58b4bcb commit 432e1e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<p align="center">
88
<a href="LICENSE"><img src="https://img.shields.io/badge/License-BSL-blue.svg" alt="License: BSL"></a>
9-
<a href="https://go.dev/"><img src="https://img.shields.io/badge/Go-%3E%3D1.22-00ADD8.svg?logo=go" alt="Go Version"></a>
9+
<a href="https://go.dev/"><img src="https://img.shields.io/badge/Go-%3E%3D1.23-00ADD8.svg?logo=go" alt="Go Version"></a>
1010
<a href="https://discord.gg/FPvxETjYPH"><img src="https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
1111
<a href="https://goreportcard.com/badge/github.com/tech-engine/goscrapy"><img src="https://goreportcard.com/badge/github.com/tech-engine/goscrapy" alt="Go Report Card"></a>
1212
</p>
@@ -179,7 +179,7 @@ func (s *Spider) parse(ctx context.Context, resp core.IResponseReader) {
179179
## Getting Started
180180

181181
> [!IMPORTANT]
182-
> GoScrapy requires **Go 1.22** or higher.
182+
> GoScrapy requires **Go 1.23** or higher.
183183
184184
### 1. Install GoScrapy CLI
185185

0 commit comments

Comments
 (0)