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

slack-vitess-r15.0.5: use go1.20.14 #255

Merged
merged 13 commits into from Mar 15, 2024

Commits on Mar 15, 2024

  1. go1.20.14

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    385adc0 View commit details
    Browse the repository at this point in the history
  2. more go-version: updates

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    57cab4b View commit details
    Browse the repository at this point in the history
  3. make proto w/go1.20

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    944df4d View commit details
    Browse the repository at this point in the history
  4. Fix the golangci-lint config (vitessio#11812)

    There's a bunch of deprecated linters that don't work anymore, so let's
    remove them:
    
    ```
    WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
    WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the golangci/golangci-lint#2649.
    ```
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink authored and timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    44710f9 View commit details
    Browse the repository at this point in the history
  5. update golangci-lint to 1.50.1 (vitessio#11873)

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    
    Signed-off-by: Andres Taylor <andres@planetscale.com>
    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    systay authored and timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7f8dd2e View commit details
    Browse the repository at this point in the history
  6. Add timeout to golangci-lint and bump its version (vitessio#12852) (v…

    …itessio#12853)
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    frouioui authored and timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    a1bf20b View commit details
    Browse the repository at this point in the history
  7. Upgrade release-16.0 to go1.20.1 (vitessio#12398)

    * Upgrade release-16.0 to go1.19.6
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * upgrade to 1.20.1
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * bump the golangci-lint version
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply linter suggestions
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Apply linter suggestions
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * fix TestTLSClientVerifyIdentity
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Switch to using new Go 1.19 CRL parser (vitessio#12315)
    
    `x509.ParseCRL` is deprecated, we should use `x509.ParseRevocationList`
    instead which is new in Go 1.19.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    * Skip TestFuzz for now
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    
    ---------
    
    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    Co-authored-by: Dirkjan Bussink <d.bussink@gmail.com>
    2 people authored and timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b13b348 View commit details
    Browse the repository at this point in the history
  8. Remove recent golangci-lint version bump (vitessio#12909)

    Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
    frouioui authored and timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    612f1a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f1a0f1 View commit details
    Browse the repository at this point in the history
  10. Fix conflict resolution

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2b136a9 View commit details
    Browse the repository at this point in the history
  11. make ensure_bootstrap_version

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f542e6d View commit details
    Browse the repository at this point in the history
  12. hardcode previous release

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f98c567 View commit details
    Browse the repository at this point in the history
  13. Add comment for hardcoded previous release

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5945921 View commit details
    Browse the repository at this point in the history