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

target only upstream supported versions of Go #159

Merged
merged 3 commits into from
Jun 21, 2023
Merged

Conversation

crockeo
Copy link
Contributor

@crockeo crockeo commented Jun 20, 2023

As per the Golang release policy:

Each major Go release is supported until there are two newer major releases.

gostats doesn't need to support 1.17 or 1.18 anymore, so:

Also going through and fixing lint errors with 325decb so that this PR can be merged.

@crockeo crockeo changed the title target only upstream supported versions target only upstream supported versions of Go Jun 20, 2023
@@ -1,7 +1,6 @@
linters:
disable-all: true
enable:
- depguard
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

depguard was reporting erroneous results and, without configuration, doesn't provide much value. I'm choosing to remove it instead of figuring out what caused it to break.

@crockeo crockeo merged commit e6b88e6 into master Jun 21, 2023
@crockeo crockeo deleted the ch/supported-versions branch June 21, 2023 15:54
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.

2 participants