Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

go: Bump to 1.25#168

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
radeksimko merged 1 commit intomainfrombump-go-to-1.24
Aug 13, 2025
Merged

go: Bump to 1.25#168

radeksimko merged 1 commit intomainfrombump-go-to-1.24
Aug 13, 2025

Conversation

radeksimko
Copy link
Member

@radeksimkoradeksimko commentedAug 13, 2025
edited
Loading

Description

This removes Go 1.18 and 1.19 as testing targets in our CI. Asgo.mod communicates, our minimum version is already set to 1.21 anyway but it wasn't until#167 that tests on these versions started failing.

I couldn't match a particular change in theGo 1.20 changelog to understand why exactly - it seems that older Go versions had some different/buggyencoding/json which fails to decode bytes into struct which only has an embedded struct, such as the one in the linked PR:

typeLogMessagestruct {baseLogMessage}

We could also remove 1.20 from the test matrix but since tests in this repo are generally very fast I opted to keep running them for now until we have a strong enough reason to remove them (when they start failing) 🤷🏻‍♂️

Rollback Plan

  • If a change needs to be reverted, we will roll out an update to the code within 7 days.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

@radeksimkoradeksimko merged commit8d19f21 intomainAug 13, 2025
14 checks passed
@radeksimkoradeksimko deleted the bump-go-to-1.24 branchAugust 13, 2025 09:28
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@dbanckdbanckdbanck approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@radeksimko@dbanck

[8]ページ先頭

©2009-2025 Movatter.jp