Skip to content

Bump github.com/vultr/govultr/v3 from 3.8.1 to 3.9.1 #271

Bump github.com/vultr/govultr/v3 from 3.8.1 to 3.9.1

Bump github.com/vultr/govultr/v3 from 3.8.1 to 3.9.1 #271

Workflow file for this run

name: Checks
on:
pull_request:
branches:
- master
jobs:
Golangci-Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: "latest"
args: "vultr/..."
timeout-minutes: 5