Skip to content

build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 #55

build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0

build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 #55

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install Go 1.21
uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: false
cache: true
- name: Build docs
run: |
for pkg in auth common features cloudantv1
do
go doc -all -u $pkg
done