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

fix(deps): update go to 1.21 #738

Merged

Commits on Jan 18, 2024

  1. fix(deps): update go

    Signed-off-by: Mend Renovate <bot@renovateapp.com>
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    renovate-bot authored and ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    efb06f1 View commit details
    Browse the repository at this point in the history
  2. re-aneble go-version-file

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9876215 View commit details
    Browse the repository at this point in the history
  3. add setup-go to code-ql-analysis.yml

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c53cef4 View commit details
    Browse the repository at this point in the history
  4. use latest actions/setup-go

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5bfa9a1 View commit details
    Browse the repository at this point in the history
  5. use official github action

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    55946d3 View commit details
    Browse the repository at this point in the history
  6. bump golangci-lint to >v1.54 for go1.21 support

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    03b19ee View commit details
    Browse the repository at this point in the history
  7. use __THIS_REPO__/go.mod

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a689248 View commit details
    Browse the repository at this point in the history
  8. Revert "bump golangci-lint to >v1.54 for go1.21 support"

    This reverts commit e8befa2.
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7d3f4ed View commit details
    Browse the repository at this point in the history
  9. Reapply "bump golangci-lint to >v1.54 for go1.21 support"

    This reverts commit 0bc2c70.
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9caa024 View commit details
    Browse the repository at this point in the history
  10. Revert "use __THIS_REPO__/go.mod"

    This reverts commit 8c346b8.
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5f72541 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. no cache in setup-go

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4504b4a View commit details
    Browse the repository at this point in the history
  2. new lint messages

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0ad7ac8 View commit details
    Browse the repository at this point in the history
  3. use specific hash for actions/setup-go

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c632f95 View commit details
    Browse the repository at this point in the history
  4. typo

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ed8710a View commit details
    Browse the repository at this point in the history
  5. no setup-go in codeql

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bf1cca9 View commit details
    Browse the repository at this point in the history
  6. Revert "no setup-go in codeql"

    This reverts commit f468545.
    
    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    85d3835 View commit details
    Browse the repository at this point in the history
  7. simplify test giturl

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f2d691f View commit details
    Browse the repository at this point in the history
  8. lint

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ecdf74b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. comment about cache: false

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5d014d0 View commit details
    Browse the repository at this point in the history
  2. comment about custom setup-go

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f58fd9e View commit details
    Browse the repository at this point in the history
  3. typo

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d2501dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2889ed View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. change comment to TODO

    Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
    ramonpetgrave64 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    00ba1b3 View commit details
    Browse the repository at this point in the history