Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lint and upgrade versions to 1.21/1.22 #121

Merged
merged 2 commits into from Apr 13, 2024
Merged

Conversation

prashantv
Copy link
Collaborator

@prashantv prashantv commented Apr 13, 2024

Follow-up to #120, I accidentally merged the PR without waiting for all tests to run, and missed that 1.20 tests are failing.

Lint is failing because of how we skip golangci-lint run in the action and use the Makefile. Use the same logic as zap to skip lint.

Tests are failing on 1.20 as stack elision doesn't kick in for the test. From 1.21 onwards, it does kick in. Rather than try to make the test trigger stack elision on 1.20, let's bump the versions to 1.21 / 1.22.

@prashantv prashantv changed the title Fix lint and large stack test on 1.20 Fix lint and upgrade versions to 1.21/1.22 Apr 13, 2024
@prashantv prashantv merged commit c87aef9 into master Apr 13, 2024
6 checks passed
@prashantv prashantv deleted the prashant/fix-test-1.20 branch April 13, 2024 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants