Skip to content

Update Go version to 1.26.1 to fix security vulnerabilities#178

Merged
SP-Zeng merged 1 commit intomainfrom
fix/cve-go-stdlib-upgrade
Apr 7, 2026
Merged

Update Go version to 1.26.1 to fix security vulnerabilities#178
SP-Zeng merged 1 commit intomainfrom
fix/cve-go-stdlib-upgrade

Conversation

@SP-Zeng
Copy link
Copy Markdown
Contributor

@SP-Zeng SP-Zeng commented Apr 7, 2026

Description of changes:

Upgrade the go toolchain version.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@SP-Zeng SP-Zeng force-pushed the fix/cve-go-stdlib-upgrade branch from 78534da to 1194c91 Compare April 7, 2026 18:41
@SP-Zeng SP-Zeng merged commit 382e9b5 into main Apr 7, 2026
13 checks passed
@SP-Zeng SP-Zeng deleted the fix/cve-go-stdlib-upgrade branch April 7, 2026 18:58
RUN mkdir -p /root/go/bin && \
go install golang.org/dl/go1.24.13@latest && \
go1.24.13 download && \
go install golang.org/dl/go1.26.1@latest && \
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Consider a variable here to avoid repetitively and potential drift across these three references.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

That makes sense, thanks!

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.

3 participants