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 go sdk dependencies. #168

Merged
merged 21 commits into from
Mar 6, 2025
Merged

Conversation

KGronek-Pubnub
Copy link
Contributor

@KGronek-Pubnub KGronek-Pubnub commented Feb 21, 2025

refactor: update go sdk dependencies
update go sdk dependencies to fix GH Dependabot vulnerabilities (end of support for Go 1.16 and 1.17)

@KGronek-Pubnub KGronek-Pubnub self-assigned this Feb 21, 2025
@KGronek-Pubnub KGronek-Pubnub added priority: high This PR should be reviewed ASAP. type: fix This PR contains fixes to existing features. labels Feb 21, 2025
Copy link
Contributor

@Xavrax Xavrax left a comment

Choose a reason for hiding this comment

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

LGTM but imo we should use the newest versions.

@@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: true
matrix:
go: [1.16.15, 1.17.13, 1.18.9, 1.19.4]
go: [1.18.9, 1.19.4]
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't we consider the newest stable versions ?

Suggested change
go: [1.18.9, 1.19.4]
go: [1.21.13, 1.22.12, 1.23.6, 1.24.0]

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For the future yes, just this PR is more about clearing Dependabot alerts. But we should definitely prepare tests for new versions as well (in another PR).

@KGronek-Pubnub
Copy link
Contributor Author

@pubnub-release-bot release

@KGronek-Pubnub KGronek-Pubnub merged commit b9bf223 into master Mar 6, 2025
6 checks passed
@KGronek-Pubnub KGronek-Pubnub deleted the CLEN-2419-GH-Depnedabot-clean-up branch March 6, 2025 09:20
@pubnub-release-bot
Copy link
Contributor

🚀 Release successfully completed 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high This PR should be reviewed ASAP. type: fix This PR contains fixes to existing features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants