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

Update Go version to 1.20 #4206

Merged
merged 6 commits into from
Mar 4, 2023

Commits on Feb 4, 2023

  1. Updated Go Version from 1.19 to 1.20

    All the files mentioned in issue jaegertracing#4202 have been updated with Go version
    1.20 replacing version 1.19
    
    Signed-off-by: Saarthak <[email protected]>
    SaarthakMaini committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    8e48e04 View commit details
    Browse the repository at this point in the history
  2. Update golangci-lint version to v1.51.0

    Updates the Makefile to make golangci-lint compatible with Go v1.20
    
    Signed-off-by: Saarthak <[email protected]>
    SaarthakMaini committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    4c485d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Solve S1011: Linter Error

    Use a single \'append\' to concatenate two slices
    
    ie No for loop required
    
    Signed-off-by: Saarthak <[email protected]>
    SaarthakMaini committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    4756c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa6b733 View commit details
    Browse the repository at this point in the history
  3. Solve 'File is not gofmt -ed with -s'

    Signed-off-by: Saarthak <[email protected]>
    SaarthakMaini committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a1e740e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    e929913 View commit details
    Browse the repository at this point in the history