Skip to content

build(deps): bump github.com/linode/linodego from 1.45.0 to 1.46.0 #3171

build(deps): bump github.com/linode/linodego from 1.45.0 to 1.46.0

build(deps): bump github.com/linode/linodego from 1.45.0 to 1.46.0 #3171

Workflow file for this run

name: Unit Tests
on:
workflow_dispatch: null
push:
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: go version
- name: Install deps
run: make deps
- name: Run unit tests
run: make unit-test