mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04:00
Add Go environment setup to .licensed.yml
This commit is contained in:
parent
b7ad1dad31
commit
74c112b032
1 changed files with 2 additions and 19 deletions
|
|
@ -1,19 +1,2 @@
|
|||
sources:
|
||||
npm: true
|
||||
|
||||
allowed:
|
||||
- apache-2.0
|
||||
- bsd-2-clause
|
||||
- bsd-3-clause
|
||||
- isc
|
||||
- mit
|
||||
- cc0-1.0
|
||||
- unlicense
|
||||
- 0bsd
|
||||
- blueoak-1.0.0
|
||||
|
||||
reviewed:
|
||||
npm:
|
||||
- "@actions/http-client"
|
||||
- "balanced-match"
|
||||
- "brace-expansion"
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@v7.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue