Skip to content

build(deps): bump github.com/linode/linodego from 0.24.1 to 1.21.0 #176

build(deps): bump github.com/linode/linodego from 0.24.1 to 1.21.0

build(deps): bump github.com/linode/linodego from 0.24.1 to 1.21.0 #176

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...