Upgrade Go to 1.25.0, update GitHub Actions workflows, and bump dependencies#37
Merged
tomtwinkle merged 1 commit intomainfrom Mar 9, 2026
Merged
Upgrade Go to 1.25.0, update GitHub Actions workflows, and bump dependencies#37tomtwinkle merged 1 commit intomainfrom
tomtwinkle merged 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This branch upgrades the Go toolchain to version 1.25.0 and bumps all direct and indirect dependencies to their latest versions. It also updates the GitHub Actions CI workflow to use newer action versions and a slimmer runner image.
Changes
go.modupdated fromgo 1.24.3→go 1.25.0github.com/xuri/excelize/v2:v2.9.1→v2.10.1golang.org/x/sync:v0.14.0→v0.20.0github.com/richardlehane/mscfb:v1.0.4→v1.0.6github.com/richardlehane/msoleps:v1.0.4→v1.0.6github.com/tiendc/go-deepcopy:v1.6.0→v1.7.2github.com/xuri/nfp:v0.0.1→v0.0.2-0.20250530014748-2ddeb826f9a9golang.org/x/crypto:v0.38.0→v0.48.0golang.org/x/net:v0.40.0→v0.51.0golang.org/x/text:v0.25.0→v0.34.0.github/workflows/test.yml):1.24.x→1.25.xubuntu-latest→ubuntu-slimactions/checkoutupdated fromv4.2.2→v6.0.2;fetch-depth: 0removedactions/setup-goupdated fromv5.5.0→v6.3.0Impact
Routine maintenance with no functional code changes. Upgrading to
excelize v2.10.1may bring bug fixes or new Excel features. Thegolang.org/x/netandgolang.org/x/cryptobumps address potential security patches. Switching the CI runner toubuntu-slimreduces image size and may marginally speed up pipeline startup.