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

Remove go version check for make fmt #2558

Merged
merged 2 commits into from
Sep 20, 2017

Conversation

lafriks
Copy link
Member

@lafriks lafriks commented Sep 20, 2017

To not have problems with new versions of go

@lafriks lafriks added backport/v1.2 topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile labels Sep 20, 2017
@lafriks lafriks added this to the 1.3.0 milestone Sep 20, 2017
@codecov-io
Copy link

codecov-io commented Sep 20, 2017

Codecov Report

Merging #2558 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2558   +/-   ##
=======================================
  Coverage   26.99%   26.99%           
=======================================
  Files          85       85           
  Lines       17097    17097           
=======================================
  Hits         4615     4615           
  Misses      11807    11807           
  Partials      675      675

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80b430d...0bbb2e4. Read the comment docs.

@tboerger tboerger added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Sep 20, 2017
@lunny
Copy link
Member

lunny commented Sep 20, 2017

LGTM

@tboerger tboerger added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Sep 20, 2017
@sapk
Copy link
Member

sapk commented Sep 20, 2017

We could simply use go1.7 tag on main.go ? This would drop support for 1.6 and below (even for compilation).

@sapk
Copy link
Member

sapk commented Sep 20, 2017

otherwise we should keep checking version for fmt and add 1.9 for required-gofmt-version.

@andreynering
Copy link
Contributor

LGTM

@tboerger tboerger added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Sep 20, 2017
@andreynering andreynering merged commit 6f380a2 into go-gitea:master Sep 20, 2017
@andreynering
Copy link
Contributor

@sapk I think document which version are supported is enough. Otherwise will ever have to keep updating it for future versions of Go.

@lafriks lafriks deleted the allow_go19_fmt_check branch September 20, 2017 12:02
lafriks added a commit to lafriks-fork/gitea that referenced this pull request Sep 20, 2017
@lafriks lafriks added the backport/done All backports for this PR have been created label Sep 20, 2017
@sapk sapk mentioned this pull request Sep 20, 2017
@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants