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

gha: replace deprecated "set-env", "add-path", update setup-go@v2, update go to 1.15 #24

Merged
merged 4 commits into from
Feb 8, 2021

Commits on Feb 8, 2021

  1. gha: replace uses of deprecated "set-env", "add-path"

    These have been deprecated (related to CVE-2020-15228):
    https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    aa58678 View commit details
    Browse the repository at this point in the history
  2. gha: update to actions/setup-go@v2

    https://github.com/actions/setup-go/tree/v2.1.3#v2
    
    The V2 offers:
    
    - Adds GOBIN to the PATH
    - Proxy Support
    - stable input
    - Bug Fixes (including issues around version matching and semver)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d398ca0 View commit details
    Browse the repository at this point in the history
  3. gha: run CI on go 1.15

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    7f06489 View commit details
    Browse the repository at this point in the history
  4. gha: rename to "CI" and add badge to README

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    9612385 View commit details
    Browse the repository at this point in the history