Skip to content

Updated go to 1.26.1#42027

Merged
getvictor merged 1 commit intomainfrom
victor/41749-go-1.26.1
Mar 19, 2026
Merged

Updated go to 1.26.1#42027
getvictor merged 1 commit intomainfrom
victor/41749-go-1.26.1

Conversation

@getvictor
Copy link
Member

Related issue: Resolves #41749

Checklist for submitter

  • Changes file added for user-visible changes in changes/, orbit/changes/ or ee/fleetd-chrome/changes.

@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.43%. Comparing base (80eec81) to head (bf232de).
⚠️ Report is 30 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #42027      +/-   ##
==========================================
+ Coverage   66.42%   66.43%   +0.01%     
==========================================
  Files        2511     2512       +1     
  Lines      200776   201422     +646     
  Branches     8907     8907              
==========================================
+ Hits       133357   133810     +453     
- Misses      55364    55528     +164     
- Partials    12055    12084      +29     
Flag Coverage Δ
backend 68.21% <ø> (+<0.01%) ⬆️
backend-activity 86.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@getvictor getvictor marked this pull request as ready for review March 19, 2026 02:03
Copilot AI review requested due to automatic review settings March 19, 2026 02:03
@getvictor getvictor requested a review from a team as a code owner March 19, 2026 02:03
Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

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

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Go version references to Go 1.26.1 to keep Fleet and its related tooling aligned with the targeted Go release (per #41749).

Changes:

  • Bumped the go directive to 1.26.1 in the main module and several tooling modules.
  • Updated Golang builder base images in Dockerfiles to golang:1.26.1 (with pinned digests).
  • Added changelog entries under changes/ and orbit/changes/ noting the Go update.

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
go.mod Updates main module Go version to 1.26.1.
tools/terraform/go.mod Updates terraform provider tool module Go version to 1.26.1.
tools/snapshot/go.mod Updates snapshot tool module Go version to 1.26.1.
tools/qacheck/go.mod Updates qacheck tool module Go version to 1.26.1.
tools/mdm/windows/bitlocker/go.mod Updates bitlocker tool module Go version to 1.26.1.
tools/github-manage/go.mod Updates GitHub management tool module Go version to 1.26.1.
third_party/vuln-check/go.mod Updates vuln-check module Go version to 1.26.1.
tools/mdm/migration/mdmproxy/Dockerfile Updates builder image to Go 1.26.1 (pinned digest).
infrastructure/loadtesting/terraform/docker/loadtest.Dockerfile Updates builder image to Go 1.26.1 (pinned digest).
Dockerfile-desktop-linux Updates builder image to Go 1.26.1 (pinned digest).
changes/update-go-1.26.1 Adds user-visible change entry for Go update.
orbit/changes/update-go-1.26.1 Adds Orbit change entry for Go update.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

module github.com/fleetdm/fleet/v4

go 1.25.7
go 1.26.1
@getvictor getvictor merged commit fbc5b9d into main Mar 19, 2026
59 of 61 checks passed
@getvictor getvictor deleted the victor/41749-go-1.26.1 branch March 19, 2026 12:01
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.

Upgrade Go to 1.26.1

4 participants