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

Update code owners and GH actions #90

Merged
merged 6 commits into from
May 10, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    64876f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc161e View commit details
    Browse the repository at this point in the history
  3. Update workflows to no longer use deprecated set-output commands

     - Update the various workflows to get rid of the set-output commands
       and use the new way using environment files based on the following
       blog post.
    
       https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
    stevendpclark committed May 10, 2024
    Configuration menu
    Copy the full SHA
    50a4954 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b887617 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25e3b1b View commit details
    Browse the repository at this point in the history
  6. Leverage go-version-file from actions/setup-go directly

     - Eliminate the job step to get the Go version manually and leverage
       setup-go's argument to read it from a repository file instead.
    stevendpclark committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ffda033 View commit details
    Browse the repository at this point in the history