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
I ran into this breaking our test CI pipelines because of setup-testenv being set to @latest rather than a pinned version. This results in the pipelines breaking due to it updating to a version that needs a newer go version that we currently use.
I've currently pinned the version to version 16, but we need to update at some point in the future.
This issue is also ment as a reminder to not use @latest in general, but use specific pinned versions to ensure consistant builds across runs.
The text was updated successfully, but these errors were encountered:
kubernetes-sigs/controller-runtime#2720
I ran into this breaking our test CI pipelines because of setup-testenv being set to @latest rather than a pinned version. This results in the pipelines breaking due to it updating to a version that needs a newer go version that we currently use.
I've currently pinned the version to version 16, but we need to update at some point in the future.
This issue is also ment as a reminder to not use @latest in general, but use specific pinned versions to ensure consistant builds across runs.
The text was updated successfully, but these errors were encountered: