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

go.mod: change version from 1.23 to 1.23.0 #218

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Commits on Sep 9, 2024

  1. go.mod: change version from 1.23 to 1.23.0

    1.23 is not a downloable release. Go mod should list the specific
    toolchain that can be downloaded as mentioned here:
    golang/go#62278 (comment)
    Otherwise opening the project having a different version installed will
    result in errors, e.g:
    
    ```
    $ go version
    go: downloading go1.23 (linux/amd64)
    go: download go1.23 for linux/amd64: toolchain not available
    ```
    
    Signed-off-by: Antonio Gutierrez <antonio.gutierrez1@ibm.com>
    Antonio Gutierrez committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2f974e2 View commit details
    Browse the repository at this point in the history