Skip to content

build(deps): Bump honnef.co/go/tools from 0.4.7 to 0.5.0 in /tools #269

build(deps): Bump honnef.co/go/tools from 0.4.7 to 0.5.0 in /tools

build(deps): Bump honnef.co/go/tools from 0.4.7 to 0.5.0 in /tools #269

Workflow file for this run

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