Skip to content

chore(deps): bump github.com/equinix-labs/metal-go from 0.17.0 to 0.19.1 #589

chore(deps): bump github.com/equinix-labs/metal-go from 0.17.0 to 0.19.1

chore(deps): bump github.com/equinix-labs/metal-go from 0.17.0 to 0.19.1 #589

Workflow file for this run

name: 'ci'
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: docs
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19' ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Restore Cache
uses: actions/cache@v3
id: cache
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: mkdir -p ~/.config/equinix
- run: touch ~/.config/equinix/metal.yaml
- name: Build docs
run: make generate-docs
env:
METAL_AUTH_TOKEN: bogus
- name: Detect Uncommitted Docs
run: git diff --exit-code docs