-
Notifications
You must be signed in to change notification settings - Fork 618
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 and go 1.14/1.15 #2490
Comments
work in progress: #2493 |
1.15 was just released, meaning 1.13 is no longer supported. |
Updated to Go 1.15 in #2660 |
I'm currently testing this: |
on a fresh ec2 instance I ran:
I added the following to my .bash_profile:
then I ran:
and a new agent was built. I also tested on mac with the same golang setup -- downloaded go 1.15.7 (latest)
also tested with codebuild and github actions. |
note this is currently blocked by issues related to versioning as it relates to go modules. |
Closing for now. This is not on our roadmap. |
Summary
Its 2020, time to update to go modules! We should update our build system to use the latest Go version available in AL2 as well.
Expected Behavior
I can update my dependencies and
go build
easily without installing a 3rd party dependency manager. 💪Observed Behavior
I have to install a 3rd party dependency manager.☹️
Environment Details
This should be tested:
The text was updated successfully, but these errors were encountered: