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

Use go modules #102

Closed
aniforprez opened this issue Dec 10, 2021 · 3 comments · May be fixed by #105
Closed

Use go modules #102

aniforprez opened this issue Dec 10, 2021 · 3 comments · May be fixed by #105

Comments

@aniforprez
Copy link

Building on Go versions 1.17 and up is not working because the project has undocumented external dependencies with no go.mod or go.sum file. All that needs to be done is run go mod init <package name> and then add the three or so dependencies the project needs using go get <dependency> and run go mod tidy which should allow building the module on the new go version

@cheatfreak47
Copy link

cheatfreak47 commented Jan 22, 2022

@aniforprez could you share a build? I have no familiarity with Go programming language stuff, and I just want the latest dev build.
It's ridiculous the dev hasn't updated the releases in over a year >:V

@cheatfreak47
Copy link

Nevermind, I was able to sort it out. Here is a build up to date with 20c3e37.
steamgrid-newbuild.zip

@boppreh
Copy link
Owner

boppreh commented Jan 22, 2022

Thanks a lot for the help @aniforprez , your instructions helped me build it again with the new features and bugfixes. Please check release v3.3.0.

@boppreh boppreh closed this as completed Jan 22, 2022
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 a pull request may close this issue.

3 participants