Skip to content

chore: bump actions/setup-go from 2 to 4 #583

chore: bump actions/setup-go from 2 to 4

chore: bump actions/setup-go from 2 to 4 #583

Workflow file for this run

name: Docgen
on:
workflow_dispatch:
push:
branches: ['main', 'release-*']
pull_request:
jobs:
docgen:
name: Verify Docgen
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.19.x'
- run: ./docgen/verify.sh