fix license dependencies generation to work with project go version (#1657)

Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
This commit is contained in:
DrDaveD
2025-08-07 12:23:40 -05:00
committed by GitHub
parent b9deb5de0a
commit f68461274a
2 changed files with 11 additions and 0 deletions

View File

@@ -108,6 +108,14 @@ jobs:
run: |
make static-dist
- name: Golang Setup
if: inputs.dogorelease
uses: ./.github/actions/set-up-go
- name: go-check
if: inputs.dogorelease
run: go version
- name: Make LICENSE_DEPENDENCIES.md
if: inputs.dodistrelease
run: |

3
.gitignore vendored
View File

@@ -136,3 +136,6 @@ scripts/openapi.json
# auto-generated goreleaser configuration
.goreleaser.yaml
# auto-generated by release process
LICENSE_DEPENDENCIES.md