Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions go-licenses.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
package:
name: go-licenses
version: 1.6.0
epoch: 0
epoch: 1
description: A lightweight tool to report on the licenses used by a Go package and its dependencies. Highlight! Versioned external URL to licenses can be found at the same time.
copyright:
- license: Apache-2.0
dependencies:
runtime:
- go
Comment thread
imjasonh marked this conversation as resolved.


Comment thread
imjasonh marked this conversation as resolved.
Outdated
pipeline:
- uses: go/install
- uses: git-checkout
with:
repository: https://github.com/google/go-licenses
tag: v${{package.version}}
expected-commit: 5348b744d0983d85713295ea08a20cca1654a45e

- uses: go/build
with:
package: github.com/google/go-licenses@v${{package.version}}
modroot: .
packages: .
output: go-licenses
ldflags: -s -w
deps: golang.org/x/net@v0.7.0

- uses: strip

Expand Down