Navigation Menu

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

update for Go 1.19 #3441

Merged
merged 7 commits into from Aug 8, 2022
Merged

update for Go 1.19 #3441

merged 7 commits into from Aug 8, 2022

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Aug 8, 2022

update test to use Go 1.19
update Dockerfile to use Go 1.19
adjust tests for go1.19 changes to compiler errors
lint: add new expectation

Add new expectation introduced by revive.

lint: change metalinter tests to use revive

golangci-lint seems to have finally fully dropped golint support, so
refactor the tests that used golint to use revive instead.

lint: refactor for golangci-lint changed expectations
lint: adjust tests due to recent golangci-lint changes

Golangci-lint seems to have changed how it deals with some kinds of
problems. Comment out the tests that no longer seem to be relevant
instead of deleting them, because I don't trust that the original need
for the tests won't reappear.

@bhcleek bhcleek added this to the vim-go v1.27 milestone Aug 8, 2022
@bhcleek bhcleek changed the title update test to use Go 1.19 update for Go 1.19 Aug 8, 2022
@bhcleek bhcleek force-pushed the go1.19 branch 7 times, most recently from 55d617d to f140f23 Compare August 8, 2022 07:34
Add new expectation introduced by revive.
golangci-lint seems to have finally fully dropped golint support, so
refactor the tests that used golint to use revive instead.
Golangci-lint seems to have changed how it deals with some kinds of
problems. Comment out the tests that no longer seem to be relevant
instead of deleting them, because I don't trust that the original need
for the tests won't reappear.
@bhcleek bhcleek merged commit b524371 into fatih:master Aug 8, 2022
@bhcleek bhcleek deleted the go1.19 branch August 8, 2022 07:51
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

1 participant