Skip to content

Conversation

jmattheis
Copy link
Member

No description provided.

The setup-go action, sets GOTOOLCHAIN=local and breaks the release
build.
Don't redirect to /#/login when the tryAuthenticate hasn't completed.
This caused the url path to be changed to /#/login regardaless if the
user was already logged in.
@jmattheis jmattheis requested a review from a team as a code owner September 13, 2025 08:38
else
GO_VERSION=$(shell go mod edit -json | jq -r .Toolchain | sed -e 's/go//')
endif
GO_VERSION=$(shell go mod edit -json | jq -r .Toolchain | sed -e 's/go//')
Copy link
Member Author

Choose a reason for hiding this comment

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

FYI @eternal-flame-AD I've removed the GOTOOLCHAIN check here, because in a new version of actions/setup-go the variable is set to local which breaks this logic here. I think if someone from the outside wants to change the use go version, they can directly set GO_VERSION.

Copy link

codecov bot commented Sep 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.54%. Comparing base (93ffad9) to head (b394578).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #838   +/-   ##
=======================================
  Coverage   79.54%   79.54%           
=======================================
  Files          56       56           
  Lines        2645     2645           
=======================================
  Hits         2104     2104           
  Misses        450      450           
  Partials       91       91           

☔ 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.

@jmattheis jmattheis merged commit 0239db0 into master Sep 13, 2025
4 checks passed
@jmattheis jmattheis deleted the fix-ci branch September 13, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant