Skip to content

fix(ci): retry Go toolchain download - #23

Merged
mattmattox merged 1 commit into
mainfrom
fix/kubetty-101-go-download-retry
Aug 27, 2026
Merged

fix(ci): retry Go toolchain download#23
mattmattox merged 1 commit into
mainfrom
fix/kubetty-101-go-download-retry

Conversation

@mattmattox

Copy link
Copy Markdown
Contributor

Completes the production verification for TaskForge #20663 after two DFW builds reached the same flaky go.dev download.

  • force HTTP/1.1 for the Go tarball download
  • retry transient HTTP and transport failures up to five times
  • retain a 30-second connection timeout

Validation:

  • downloaded the full Go 1.24.3 tarball successfully with the exact curl options (HTTP 200, 78,558,709 bytes)
  • pre-push validation passed
  • git diff --check passed

TaskForge: #20663

@mattmattox
mattmattox merged commit c224fb4 into mainAug 27, 2026
13 checks passed
@mattmattox
mattmattox deleted the fix/kubetty-101-go-download-retry branch August 27, 2026 08:47
Sign up for freeto 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.

1 participant

@mattmattox