Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Go version in CICD pipeline #375

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Change Go version in CICD pipeline #375

merged 1 commit into from
Nov 12, 2024

Conversation

Anton-Kalpakchiev
Copy link
Collaborator

@Anton-Kalpakchiev Anton-Kalpakchiev commented Nov 11, 2024

Currently, each time a PR is created/updated, tests are run on the 1.21, 1.22, and 1.23 Go versions. However, Kraken is currently using Go 1.14. To have the tests reflect how Kraken will be used in production and thus make them stronger, we are adding Go 1.14 to the CICD.

Additionally, due to an unknown reason, the pipeline is flaky. To reduce flakiness, we will only run one Go version (1.14) instead of multiple ones, as running the pipeline in multiple versions does not increase confidence in the code's correctness. We are also planning to investigate why the CICD is flaky and fix it in a separate PR.

@gkeesh7 gkeesh7 merged commit 15b1c89 into master Nov 12, 2024
5 checks passed
@Anton-Kalpakchiev Anton-Kalpakchiev deleted the change-cicd-version branch November 12, 2024 17:57
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.

2 participants