Skip to content

fix(ci): bump Go version to 1.26 in nightly release workflow#5407

Merged
markphelps merged 1 commit intov2from
markphelps/fix-nightly-release-build
Feb 19, 2026
Merged

fix(ci): bump Go version to 1.26 in nightly release workflow#5407
markphelps merged 1 commit intov2from
markphelps/fix-nightly-release-build

Conversation

@markphelps
Copy link
Collaborator

Summary

The nightly release workflow was failing because go.mod requires go >= 1.26.0 but the workflow was pinned to GO_VERSION: "1.25" with GOTOOLCHAIN=local, preventing automatic toolchain download and causing magefiles to fail to compile.

Changes

  • Modified .github/workflows/nightly.yml: Updated GO_VERSION from 1.25 to 1.26

Additional Notes

Fixes the failure seen in https://github.com/flipt-io/flipt/actions/runs/22160727197/job/64076498641

The go.mod now requires go >= 1.26.0, but the nightly workflow was
pinned to GO_VERSION 1.25 with GOTOOLCHAIN=local, causing magefiles
to fail to compile.

Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com>
@markphelps markphelps requested a review from a team as a code owner February 19, 2026 16:31
@markphelps markphelps added the v2 Flipt v2 label Feb 19, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 19, 2026
@markphelps markphelps requested a review from erka February 19, 2026 16:31
@dosubot
Copy link

dosubot bot commented Feb 19, 2026

Related Documentation

Checked 4 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.39%. Comparing base (0b24646) to head (80510f2).
⚠️ Report is 1 commits behind head on v2.

Additional details and impacted files
@@           Coverage Diff           @@
##               v2    #5407   +/-   ##
=======================================
  Coverage   60.39%   60.39%           
=======================================
  Files         139      139           
  Lines       13820    13820           
=======================================
  Hits         8347     8347           
  Misses       4763     4763           
  Partials      710      710           
Flag Coverage Δ
integrationtests 34.10% <ø> (ø)
unittests 51.96% <ø> (ø)

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.

@markphelps markphelps merged commit 2b10714 into v2 Feb 19, 2026
32 of 33 checks passed
@markphelps markphelps deleted the markphelps/fix-nightly-release-build branch February 19, 2026 17:06
@github-project-automation github-project-automation bot moved this to Done in Flipt V2 Feb 19, 2026
markphelps added a commit that referenced this pull request Feb 21, 2026
…o/flipt into feat/aws-secrets-manager

* 'feat/aws-secrets-manager' of https://github.com/flipt-io/flipt:
  fix(ui): use 0 as default threshold percentage in quick edit form (#5408)
  fix(ci): bump Go version to 1.26 in nightly release workflow (#5407)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files. v2 Flipt v2

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant