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 to build with go1.18 (#19120 et al) #19127

Merged
merged 18 commits into from
Mar 19, 2022

Commits on Mar 18, 2022

  1. Use go run for tool dependencies, require go 1.17 (go-gitea#18874)

    This ensures the tools only run in the versions we've tested and it also
    does not polute PATH with those tools so they are truly isolated. This
    syntax of `go run` requires go 1.17, so the minimum version is set
    accordingly.
    
    Fixes: go-gitea#18867
    
    Co-authored-by: techknowlogick <techknowlogick@gitea.io>
    techknowlogick committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    bb99f17 View commit details
    Browse the repository at this point in the history
  2. use go1.18 to build gitea (go-gitea#19099)

    * use go1.18 to build gitea& update min go version to 1.17
    
    * bump in a few more places
    
    * add a few simple tests for isipprivate
    
    * update go.mod
    
    * update URL to https://go.dev/dl/
    
    * golangci-lint
    
    * attempt golangci-lint workaround
    
    * change version
    
    * bump fumpt version
    
    * skip strings.title test
    
    * go mod tidy
    
    * update tests as some aren't private??
    
    * update tests
    techknowlogick committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    a96f73c View commit details
    Browse the repository at this point in the history
  3. Update tool dependencies (go-gitea#19120)

    - Use tag over hash for all tool dependencies
    - Update them to latest released versions
    silverwind authored and techknowlogick committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    51c25f1 View commit details
    Browse the repository at this point in the history
  4. make vendor

    techknowlogick committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    36cc174 View commit details
    Browse the repository at this point in the history
  5. Update modules/util/net_test.go

    6543 authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    85d8b3b View commit details
    Browse the repository at this point in the history
  6. skip lints

    techknowlogick committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    4da3cd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4032699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11bbc5c View commit details
    Browse the repository at this point in the history
  9. nolint the deprecation from Goldmark 1.4.4 (go-gitea#18420)

    Backport go-gitea#18420
    
    * nolint the deprecation
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    dc32bb8 View commit details
    Browse the repository at this point in the history
  10. more skip lints

    techknowlogick committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    cf52926 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa9ce66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    882288b View commit details
    Browse the repository at this point in the history
  13. Update Dockerfile

    techknowlogick authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    f384b25 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    09d5f7b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v16' into 16-18

    6543 committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    fa7a18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bafede0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f40e40d View commit details
    Browse the repository at this point in the history
  5. Updated Chroma to v0.10.0 (go-gitea#18270)

    Backport go-gitea#18270
    
    Fix tests for Chroma v0.10.0
    MrGussio authored and zeripath committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    f967598 View commit details
    Browse the repository at this point in the history