Skip to content

Bump golang.org/x/net from 0.12.0 to 0.14.0 (#106) #102

Bump golang.org/x/net from 0.12.0 to 0.14.0 (#106)

Bump golang.org/x/net from 0.12.0 to 0.14.0 (#106) #102

Workflow file for this run

name: FOSSA Analysis
on: push
jobs:
build:
runs-on: ubuntu-latest
if: github.repository_owner == 'uber-go'
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: FOSSA analysis
uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}