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

chore: bump golang to 1.20 #2910

Merged
merged 13 commits into from
Jul 28, 2023
Merged

chore: bump golang to 1.20 #2910

merged 13 commits into from
Jul 28, 2023

Commits on Jul 27, 2023

  1. bump golang to 1.20

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9bd9f96 View commit details
    Browse the repository at this point in the history
  2. use .x because of actions/setup-go#326

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    962951a View commit details
    Browse the repository at this point in the history
  3. use .x because of actions/setup-go#326

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    41b35ff View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. change test to avoid loopclosure: loop variable test captured by func…

    … literal from go vet
    
    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    239a33c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b339fda View commit details
    Browse the repository at this point in the history
  3. ignore new govet rules for tests to pass

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    2cc56aa View commit details
    Browse the repository at this point in the history
  4. change closures

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fcb6b89 View commit details
    Browse the repository at this point in the history
  5. fix test

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    07d1572 View commit details
    Browse the repository at this point in the history
  6. fix test

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1d5f0e3 View commit details
    Browse the repository at this point in the history
  7. fix go vet by removing concurency

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    55c08ab View commit details
    Browse the repository at this point in the history
  8. one more

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    07ebff2 View commit details
    Browse the repository at this point in the history
  9. copy var instead of removing Parallel

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8e028f0 View commit details
    Browse the repository at this point in the history
  10. copy var instead of removing Parallel

    Signed-off-by: zachaller <[email protected]>
    zachaller committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    cb35848 View commit details
    Browse the repository at this point in the history