-
Notifications
You must be signed in to change notification settings - Fork 70
build with Go 1.19 #790
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
build with Go 1.19 #790
Conversation
|
👋🏻 thanks @joeshaw Might as well bump to 1.20 as long as the various CI/tools are supported (e.g. staticcheck etc) |
Integralist
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will approve to unblock but if this works with 1.20 (e.g. all the required tooling, see make dependencies target) then we should bump to latest instead.
|
If we switch to 1.20 we will get native DNS resolution in most (all?) platforms - that should fix some of the known issues. |
|
@fgsch yes, that's a good point actually. That pesky DNS problem that's plagued most of us at one time of another should finally be put to bed 😬 |
|
BTW I tried bumping to 1.20.0 and I'm seeing: |
|
I'm going to close this PR as the recently merged PR below has these (and other) changes... |
Did this because CI started failing with tools saying, "module requires Go 1.19": https://github.com/fastly/cli/actions/runs/4087575206/jobs/7048248681
Also, as of Go 1.20's release, 1.18 is now unsupported. Happy to bump this to 1.20 if that's desired, BTW.