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

Migrate to golang 1.14 #1098

Merged
merged 1 commit into from
Mar 17, 2020
Merged

Migrate to golang 1.14 #1098

merged 1 commit into from
Mar 17, 2020

Conversation

antechrestos
Copy link
Contributor

@antechrestos antechrestos commented Mar 3, 2020

Description

  • Upgrade go.mod file

  • Upgrade travis file

  • Run rm -rf vendor && go mod tidy && go mod vendor to upgrade vendor/modules.txt according to golang 1.14

  • Upgrade golangci-lint version

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes [unit tests] ** NOT NEEDED**
  • Adds integration tests if needed. ** NOT NEEDED**

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

@googlebot googlebot added the cla: yes CLA signed by all commit authors label Mar 3, 2020
@cvgw
Copy link
Contributor

cvgw commented Mar 3, 2020

I think we may want to hold off on this for a while with how unstable things have been lately. @tejal29 wdyt?

@tejal29
Copy link
Member

tejal29 commented Mar 4, 2020

@cvgw Agreed. However, feel free to still review or approve things. I have created a label "candidate-release-0.19.0" for such PRs. I am going to merge them after v0.18.0 release.

* Upgrade go.mod file

* Upgrade travis file

* Run rm -rf vendor && go mod tidy && go mod vendor to upgrade vendor/modules.txt according to golang 1.14

* Upgrade golangci-lint version
@tejal29 tejal29 merged commit 0c42223 into GoogleContainerTools:master Mar 17, 2020
@antechrestos antechrestos deleted the feature/migrate_to_go_1.14 branch March 18, 2020 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA signed by all commit authors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants