Skip to content

go1.23 new go install/run behavior #2027

@redloaf

Description

@redloaf

I documented in golang/go#71414 how go1.23 has changed the behavior of the go run and go install commands such that each invocation calls the list API, which is not cached by athens. This has caused us to hit S3 ListObjectsv2 rate limits, regardless of whether we use general purpose or directory buckets. To mitigate this, we cache the results of the list API for 60s with a frontend cache, even though athens serves a very strict cache-control header precluding this. proxy.golang.org does the same thing.

This is mostly an FYI in case other service owners are seeing increasing error rates as go 1.23 is adopted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions