Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
is:issue is:open label:NeedsDecision
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
golang
/
go
Public
Notifications
You must be signed in to change notification settings
Fork
18.7k
Star
132k
Code
Issues
5k+
Pull requests
363
Discussions
Actions
Projects
5
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Go team quiet weeks Dec 22–Jan 2: issue tracker responses will be delayed
#76921 ·
aclements
opened
on Dec 19, 2025
1
Issues
Search Issues
is
:
issue
is
:
open
label
:
NeedsDecision
is:issue is:open label:NeedsDecision
Search
Labels
Milestones
New issue
Search results
Open
Closed
runtime: allow <code>GOMEMLIMIT</code> to parse non integer values with a suffix like <code>1.5GiB</code> → <code>1536MiB</code>
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
FeatureRequest
Issues asking for a new feature that does not need a proposal.
Issues asking for a new feature that does not need a proposal.
help wanted
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
Status: Open.
#76923
In golang/go;
·
subnix
opened
on Dec 19, 2025
·
Backlog
cmd/link: add more clang driver flags when testing flag [freeze exception]
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
FeatureRequest
Issues asking for a new feature that does not need a proposal.
Issues asking for a new feature that does not need a proposal.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
Status: Open.
#76878
In golang/go;
·
cerisier
opened
on Dec 18, 2025
x/build: add -longcmdgo TryBot
Builders
x/build issues (builders, bots, dashboards)
x/build issues (builders, bots, dashboards)
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
new-builder
Status: Open.
#76809
In golang/go;
·
matloob
opened
on Dec 12, 2025
·
Unreleased
x/build: add -longcrypto TryBot
Builders
x/build issues (builders, bots, dashboards)
x/build issues (builders, bots, dashboards)
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
new-builder
Status: Open.
#76768
In golang/go;
·
FiloSottile
opened
on Dec 9, 2025
·
Unreleased
encoding/json/v2: format of map values
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
Status: Open.
#76369
In golang/go;
·
rothskeller
opened
on Nov 19, 2025
runtime: add runtime/pprof goroutine labels to tracebacks
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
Proposal
Status: Open.
#76349
In golang/go;
·
dfinkel
opened
on Nov 18, 2025
·
Go1.27
x/tools/go/analysis/passes/ctrlflow: add way to specify additional noreturn functions (e.g. for interface methods)
Analysis
Issues related to static analysis (vet, x/tools/go/analysis)
Issues related to static analysis (vet, x/tools/go/analysis)
FeatureRequest
Issues asking for a new feature that does not need a proposal.
Issues asking for a new feature that does not need a proposal.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
Tools
This label describes issues relating to any tools in the x/tools repository.
This label describes issues relating to any tools in the x/tools repository.
Status: Open.
#76344
In golang/go;
·
sirzooro
opened
on Nov 18, 2025
·
Unreleased
debug/elf: calling <code>Open</code> on an empty file does not return a <code>&FormatError</code>
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
help wanted
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
Status: Open.
#76338
In golang/go;
·
MusicalNinjaDad
opened
on Nov 18, 2025
·
Backlog
cmd/go: compress GOCACHE
FeatureRequest
Issues asking for a new feature that does not need a proposal.
Issues asking for a new feature that does not need a proposal.
GoCommand
cmd/go
cmd/go
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
ToolProposal
Issues describing a requested change to a Go tool or command-line program.
Issues describing a requested change to a Go tool or command-line program.
Status: Open.
#76337
In golang/go;
·
jakebailey
opened
on Nov 18, 2025
cmd/link, runtime: prominently report use of -checklinkname=0 when there is a runtime problem
compiler/runtime
Issues related to the Go compiler and/or runtime.
Issues related to the Go compiler and/or runtime.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
ToolProposal
Issues describing a requested change to a Go tool or command-line program.
Issues describing a requested change to a Go tool or command-line program.
Status: Open.
#76242
In golang/go;
·
thepudds
opened
on Nov 10, 2025
·
Backlog
x/pkgsite: remote MCP support
FeatureRequest
Issues asking for a new feature that does not need a proposal.
Issues asking for a new feature that does not need a proposal.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
pkgsite
Status: Open.
#75857
In golang/go;
·
H0llyW00dzZ
opened
on Oct 11, 2025
·
pkgsite/backlog
cmd/go: save GOMODCACHE disk space with clonefile/reflink copies of dup files?
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Feedback is required from experts, contributors, and/or the community before a change can be made.
ToolProposal
Issues describing a requested change to a Go tool or command-line program.
Issues describing a requested change to a Go tool or command-line program.
Status: Open.
#75851
In golang/go;
·
bradfitz
opened
on Oct 10, 2025
You can’t perform that action at this time.