mirror of
https://github.com/openbao/openbao.git
synced 2026-02-07 00:45:54 +01:00
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:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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
3
.gitignore
vendored
@@ -136,3 +136,6 @@ scripts/openapi.json
|
||||
|
||||
# auto-generated goreleaser configuration
|
||||
.goreleaser.yaml
|
||||
|
||||
# auto-generated by release process
|
||||
LICENSE_DEPENDENCIES.md
|
||||
|
||||
Reference in New Issue
Block a user