buf-setup-action icon indicating copy to clipboard operation
buf-setup-action copied to clipboard

Read default version to go.mod version if present

Open stevenh opened this issue 11 months ago • 0 comments

It would nice if the default version could be discovered from the repo's go.mod version if present in the same vane as go-version-file for action/setup-go

steps:
  - uses: actions/checkout@v2
  # Installs version 1.26.0
  - uses: bufbuild/[email protected]
    with:
      go-version-file: go.mod

stevenh avatar Aug 14 '23 17:08 stevenh