Closed Max-Cheng closed 9 months ago
Still failing.
Compress minimum Go version is 1.19, downgrading is not a good idea since it will not have the corruption fixes made to zstd
recently.
@erikdubbelboer Any timeline for fasthttp to bump the min go version?
I'm ok with you dropping 1.18 support in this pull. It's not officially maintained by the Go team either.
Please Hold. I'll fix this wrong commiter by rebase
@erikdubbelboer fixed,need squash those commit?
@erikdubbelboer The timeouts in the tests are too agressive. The same error happens in a different PR
https://github.com/valyala/fasthttp/actions/runs/7881870997/job/21506194694?pr=1720
@alexandear @erikdubbelboer @Max-Cheng Can someone rebase with master to see what's left on this PR?
@erikdubbelboer If you add this to the lint workflow before the job, it will show you here on Github where the issues are:
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
checks: write
Example: https://github.com/gofiber/fiber/blob/main/.github/workflows/linter.yml
@gaby thanks for the suggestion. I think everything is fixed now and this can be merged.
Cause compress is declaring
go.mod' with
go 1.19'. In this case, I'll downgrade the version.