Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Add github action to update go dependencies #693

Merged
merged 3 commits into from
Sep 21, 2020

Commits on Sep 21, 2020

  1. Add tools.go and vendor code-gen tools

    This is required to be able to update dependencies without usind docker
    in github actions.
    Vendoring the code-generation tools and running them with go run helps
    avoid running go get to install the tools and updating the mod file
    with unused dependencies.
    darkowlzz committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e5df632 View commit details
    Browse the repository at this point in the history
  2. Update vendored deps

    darkowlzz committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    ada8056 View commit details
    Browse the repository at this point in the history
  3. Add github action to update go dependencies

    Run `make go-autogen` and create a PR for any updated files.
    Schedule to run daily and also enable an option to trigger it manually
    on demand for creating PR that updates go dependencies.
    This uses branch `go-deps-patch` to create the PR and automatically
    deletes it once the PR is closed or merged.
    darkowlzz committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    ab04ddd View commit details
    Browse the repository at this point in the history