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

Add go 1.19, require go 1.18, drop go 1.17 #3514

Merged
merged 3 commits into from
Aug 16, 2022

Commits on Aug 16, 2022

  1. libct: fixes for godoc 1.19

    Since Go 1.19, godoc recognizes lists, code blocks, headings etc. It
    also reformats the sources making it more apparent that these features
    are used.
    
    Fix a few places where it misinterpreted the formatting (such as
    indented vs unindented), and format the result using the gofumpt
    from HEAD, which already incorporates gofmt 1.19 changes.
    
    Some more fixes (and enhancements) might be required.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    45cc290 View commit details
    Browse the repository at this point in the history
  2. ci/gha: bump golangci-lint to 1.48

    This version works with go 1.19, i.e. it fixes
    golangci/golangci-lint#2922.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    0f4bf2c View commit details
    Browse the repository at this point in the history
  3. Add go 1.19, require go 1.18, drop go 1.17

    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b7dcdce View commit details
    Browse the repository at this point in the history