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

chore: Bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2 #86

Closed

Commits on Mar 12, 2021

  1. chore: specify which targets are PHONY

    Previously, we had several targets that were just recipes names and did
    not produce any artifacts. Adding `.PHONY` ensures that these are names
    and not file targets, thus guarding against the albeit
    unlikely chance that there is a file added with the same name as the
    recipe.
    
    https://www.gnu.org/software/make/manual/make.html#Phony-Targets
    SoManyHs committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    745e8df View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. chore: Bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2

    Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.15.1 to 1.15.2.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v1.15.1...v1.15.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    679e3fb View commit details
    Browse the repository at this point in the history