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

Bump go version to 1.22 + libraries to latest + Update CI #51

Merged
merged 4 commits into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    1860a10 View commit details
    Browse the repository at this point in the history
  2. ci: update check action v4

    mougams committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    25ce673 View commit details
    Browse the repository at this point in the history
  3. ci: build on pull request

    Build was only triggered on push action.
    Fix to also trigger tests on pull request.
    mougams committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7e18417 View commit details
    Browse the repository at this point in the history
  4. fix: validate messages against all authenticators

    In commit fb08c99 where we've
    migrated the haproxy-spoe-go library, a regression has been
    introduced: indeed, for given received messages, all the
    associated authenticator should have been validated against
    before continuing.
    Fix consists on iterating on all the messages and associated
    authenticator.
    mougams committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d0d3553 View commit details
    Browse the repository at this point in the history