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

Upgrade Go & dependencies, drop unsupported Go versions #78

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

ahouene
Copy link
Contributor

@ahouene ahouene commented Oct 14, 2024

  • upgrade Go to go1.22.8
  • drop support for go1.18 and go1.19
  • upgrade Go dependencies
  • upgrade GitHub Actions
  • upgrade golangci-lint

@ahouene ahouene self-assigned this Oct 14, 2024
@@ -1,45 +1,40 @@
module github.com/PowerDNS/simpleblob

go 1.18
go 1.22

Choose a reason for hiding this comment

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

Any reason to not use 1.23.2 here?
Debugging in MacOS is broken in 1.22 if the user updates to Sequoia, this is fixed in 1.23.

Copy link
Contributor Author

@ahouene ahouene Oct 17, 2024

Choose a reason for hiding this comment

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

This directive specifies the minimum version and won't prevent you from using 1.23. See https://go.dev/doc/modules/gomod-ref#go

Though, I updated the toolchain directive to explicitely use go1.23.2.

@ahouene ahouene merged commit 1cbae45 into PowerDNS:main Oct 21, 2024
2 checks passed
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.

Support golang 1.21 and 1.22 go.mod needs bumping Add Go 1.20 and 1.21 to CI
2 participants