Skip to content

target only upstream supported versions of Go - #159

Merged
crockeo merged 3 commits into
masterfrom
ch/supported-versions
Jun 21, 2023
Merged

target only upstream supported versions of Go#159
crockeo merged 3 commits into
masterfrom
ch/supported-versions

Conversation

@crockeo

@crockeo crockeo commented Jun 20, 2023

Copy link
Copy Markdown
Contributor

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
Comment thread .golangci.yaml
linters:
disable-all: true
enable:
- depguard

Copy link
Copy Markdown
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