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

Update to go version 1.21.1 #108

Merged
merged 5 commits into from Oct 23, 2023
Merged

Update to go version 1.21.1 #108

merged 5 commits into from Oct 23, 2023

Conversation

BramVanBerkel
Copy link
Contributor

In my exercises i came across a few instances where I was using go 1.21.1 locally, but the testrunner was running 1.20. This resulted in tests that passed locally, but not in the testrunner.

1.21 includes some new functions, most notably for me new functions for slices

We can also update the alpine image from 3.17 to 3.18 but was unsure if i also should include that in this PR, maybe that is better off in a new one.

@BramVanBerkel BramVanBerkel requested a review from a team as a code owner October 3, 2023 15:20
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

Hello. Thanks for opening a PR on Exercism. We are currently in a phase of our journey where we have paused community contributions to allow us to take a breather and redesign our community model. You can learn more in this blog post. As such, all issues and PRs in this repository are being automatically closed.

That doesn't mean we're not interested in your ideas, or that if you're stuck on something we don't want to help. The best place to discuss things is with our community on the Exercism Community Forum. You can use this link to copy this into a new topic there.


Note: If this PR has been pre-approved, please link back to this PR on the forum thread and a maintainer or staff member will reopen it.

@github-actions github-actions bot closed this Oct 3, 2023
@junedev
Copy link
Member

junedev commented Oct 3, 2023

I am preliminary re-opening the PR to see what CI has to say about this. Not sure whether there were changes to the test outputs again which would mean this is more work than changing a number.

@junedev junedev reopened this Oct 3, 2023
Copy link
Member

@junedev junedev left a comment

Choose a reason for hiding this comment

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

@BramVanBerkel I noticed that if the docker container uses 1.21, we also need to use that for our tests. I pushed that change to your PR but as expected some tests are failing now, probably because the test output changed slightly. Can you have a look at fixing the tests so this can be merged?

@junedev junedev added the hacktoberfest-accepted Make this PR count for hacktoberfest label Oct 6, 2023
@BramVanBerkel
Copy link
Contributor Author

I've fixed the tests, can the workflows be ran? 😄

@junedev junedev merged commit 52bb14a into exercism:main Oct 23, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Make this PR count for hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants