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

Security issues fixes and github actions update #116

Merged
merged 10 commits into from
Jan 2, 2024

Commits on Mar 6, 2023

  1. [gh/actions] Bump golang to version 1.20

    Dependency libraries contain security issues when using
    go < 1.18. Therefore upgrade to the current latest go
    version.
    mpsonntag committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ddda00b View commit details
    Browse the repository at this point in the history
  2. [gh/actions] Bump actions to v3

    Node 14 reaches end of live; github actions v3
    upgrade to node 16. For details see:
    https://github.com/marketplace/actions/checkout?version=v3.3.0#whats-new
    mpsonntag committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c131a7c View commit details
    Browse the repository at this point in the history
  3. [gh/actions] Remove golint

    golint has been frozen and deprecated. Removing it from
    the linters.
    mpsonntag committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ec490d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    215d487 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9296ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a34006 View commit details
    Browse the repository at this point in the history
  7. [gh/actions] Refactor binary build job

    Refactor the binary build job
    - run the job only after the tests have successfully passed
    - remove the matrix build to reduce CI load; older go versions
      are not really relevant.
    mpsonntag committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    6dfa85d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 8, 2023

  1. [go.mod] Update go to 1.20

    mpsonntag committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    139a710 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad09644 View commit details
    Browse the repository at this point in the history