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

feat: update go directive to 1.19 #2795

Merged
merged 1 commit into from Feb 17, 2024
Merged

feat: update go directive to 1.19 #2795

merged 1 commit into from Feb 17, 2024

Commits on Feb 11, 2024

  1. feat: update go directive to 1.19

    Bumping minimum Go version to 1.19, aligning with compress and other dependencies which now require 1.19
    
    ```
    go get go@1.19
    go mod tidy
    go fix ./...
    ```
    
    Also bump GitHub workflows to use latest 1.22 by default, and use 1.21
    (N-1) and 1.19 as the additional unittest runs for stdlib compatibility.
    
    Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
    dnwe committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    1726e71 View commit details
    Browse the repository at this point in the history