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

Misc. updates #60

Closed
wants to merge 1 commit into from
Closed

Misc. updates #60

wants to merge 1 commit into from

Conversation

bertold
Copy link
Collaborator

@bertold bertold commented Jun 5, 2024

I am not sure if you are open to 3rd-party contributions. It would be nice to see a new release.

  • Switch to go1.21
  • Component update
  • Update linter configuration
  • Replace fmt.Errorf calls with errors.New

@davidnewhall
Copy link
Contributor

Hello and thank you for this.

I cannot make a new release until #46 and #47 are tested. I've done zero testing on those at this point, and that's pretty much the only new code since the last release. I'll get to it eventually.

# unused
- nlreturn
- exhaustruct
- depguard
# requires go 1.22
- copyloopvar
Copy link
Contributor

Choose a reason for hiding this comment

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

Update the golangci-lint version in the codetests.yml file. You can update the action version too.

Copy link
Contributor

Choose a reason for hiding this comment

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

I actually don't want this skipped because it'll be useful one day when we get to 1.22 golang version. The linter just ignores it now.

@@ -1,6 +1,6 @@
module golift.io/xtractr

go 1.19
Copy link
Contributor

@davidnewhall davidnewhall Jun 8, 2024

Choose a reason for hiding this comment

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

The library still supports version 1.19 so I'm not sure I want to do this. We use 1.21 (latest-1) to do tests in GitHub actions.

@bertold bertold deleted the bk/misc-updates branch June 30, 2024 22:32
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