Skip to content

build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 #240

build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0

build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 #240

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
permissions: {}
env:
GOTOOLCHAIN: local
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Install Go 1.22
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.22'
check-latest: true
cache: true
- name: Build docs
run: |
for pkg in auth common features cloudantv1
do
go doc -all -u $pkg
done