Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.16.0 #425

Bump golang.org/x/crypto from 0.14.0 to 0.16.0

Bump golang.org/x/crypto from 0.14.0 to 0.16.0 #425

Workflow file for this run

# so far, only go.list replacement
# TODO: gather licenses of dependencies
name: Upload go.list
on: push
env:
GITHUB_SHA: ${{ github.sha }}
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Generate
uses: cedrickring/[email protected]
with:
args: go list -m all > go.list
- name: Upload
uses: actions/upload-artifact@v2
with:
name: go.list
path: go.list
retention-days: 30