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

Bump golang to 1.17 #2929

Merged
merged 3 commits into from
Aug 26, 2021
Merged

Bump golang to 1.17 #2929

merged 3 commits into from
Aug 26, 2021

Conversation

bobbypage
Copy link
Collaborator

@bobbypage bobbypage commented Aug 25, 2021

Following after upgrade in k/k: kubernetes/kubernetes#103692

See #2818 for previous bump to 1.16

Also had to rerun gofmt due to changes in 1.17 formatting

$ GOFMT_PATHS=$(find . -not -wholename "*.git*" -not -wholename "*Godeps*" -not -wholename "*vendor*" -not -name "." -type d)
BAD_FILES=$(gofmt -s -l $GOFMT_PATHS)
$ gofmt -w $BAD_FILES

@google-cla google-cla bot added the cla: yes label Aug 25, 2021
@qiutongs
Copy link
Contributor

LGTM

@bobbypage bobbypage merged commit 84be953 into google:master Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants