Skip to content

Commit

Permalink
Remove support for go 1.19 and 1.20, and add support for 1.23 (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdubbelboer authored Aug 23, 2024
1 parent 43c7b83 commit 0f84e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
go-version: [1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ This is an **unsafe** way, the result string and `[]byte` buffer share the same

* *Which GO versions are supported by fasthttp?*

Go 1.18.x. Older versions won't be supported.
Go 1.21.x and newer. Older versions might work, but won't officially be supported.

* *Please provide real benchmark data and server information*

Expand Down

0 comments on commit 0f84e65

Please sign in to comment.