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

chore: upgrade go version 1.20, and upgrade deps #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

soulteary
Copy link
Contributor

@soulteary soulteary commented Feb 27, 2023

Maybe it's time to upgrade go 1.20, tested and verified @narqo

 go test ./...     
?   	github.com/narqo/go-badge/example	[no test files]
?   	github.com/narqo/go-badge/fonts	[no test files]
ok  	github.com/narqo/go-badge	(cached)

@@ -1,8 +1,8 @@
module github.com/narqo/go-badge

go 1.17
go 1.20
Copy link
Owner

Choose a reason for hiding this comment

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

I believe, this directive declares the minimum compatible version of Go. Is there anything that blocks the project from working under 1.18, 1.19, and 1.20 without this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for your reply. It is true that you are more thoughtful.

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