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 dependencies #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

update dependencies #160

wants to merge 2 commits into from

Conversation

Xavrax
Copy link
Contributor

@Xavrax Xavrax commented Apr 11, 2024

chore: update outdated dependencies

update outdated dependencies

github.com/joho/godotenv v1.5.1 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.8.0
golang.org/x/text v0.8.0 // indirect

Choose a reason for hiding this comment

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

Did you deleted this dependency:
golang.org/x/text v0.8.0 // indirect
deliberately?

I see that you move it down to the group for
golang.org/x/text

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The whole update has been done automatically via the go tooling.

@Xavrax
Copy link
Contributor Author

Xavrax commented Apr 11, 2024

@marcin-cebo
I found that we're testing over obsolete versions of Go.
I will change the test suite to use the currently supported ones. (1.22, 1.21)
Additionally to be aligned with our previous approach I will add two additional versions (1.20, 1.19) to be sure that at least one previously supported versions is working as expected.

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