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

Cleanup CI config #355

Merged
merged 1 commit into from Jan 31, 2023
Merged

Cleanup CI config #355

merged 1 commit into from Jan 31, 2023

Commits on Jan 10, 2023

  1. Cleanup CI config

    - Update GitHub actions
    - Remove duplicated entries in Go versions matrix:
      - `stable=false` option (which was removed in actions/setup-go@v3) enabled
        the installation of pre-release Go versions (now possible without
        that option), but it does not install "tip" version of Go
      - Jobs '1.x' with gostable=true and gostable=false were therefore
        duplicates of '1.19'
    - Use default checkout path and default GOPATH
    olivierlemasle committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    129c723 View commit details
    Browse the repository at this point in the history