-
Notifications
You must be signed in to change notification settings - Fork 15
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
No go.mod file so go install does not work #25
Open
Pi-Cla opened this issue
Mar 2, 2024
· 2 comments
· Fixed by magnusburton/gtfstidy#1 · May be fixed by #28
Open
No go.mod file so go install does not work #25
Pi-Cla opened this issue
Mar 2, 2024
· 2 comments
· Fixed by magnusburton/gtfstidy#1 · May be fixed by #28
Comments
The version requirement bump to go1.18 was caused by 39ccf68 |
Open
Just as a note, latest install that works for me is: |
jbruechert
pushed a commit
to public-transport/gtfsclean
that referenced
this issue
May 7, 2024
Fixes patrickbr#25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
This repo lacks a go.mod file which is needed in order to specify that the minimum version of go required is 1.18
Steps to Reproduce
go install github.com/patrickbr/gtfstidy@latest
Then I get this error message:
References
https://go.dev/ref/mod#go-mod-file-go
The text was updated successfully, but these errors were encountered: