You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Publish Tagged Version to Community Operators" github action fails
because when setting up golang, we want to use golang version from the
the go.mod file, but this is checked out only in the next step.
Fix by replacing the order of the step, so we first checking out the
code and only then setting up golang.
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
0 commit comments