Skip to content

feat(civogo): Add VPC API #1299

feat(civogo): Add VPC API

feat(civogo): Add VPC API #1299

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ vars.GO_VERSION || '1.24.12' }}
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --timeout=5m