Skip to content

Bump github.com/vultr/govultr/v3 from 3.31.1 to 3.31.2 #521

Bump github.com/vultr/govultr/v3 from 3.31.1 to 3.31.2

Bump github.com/vultr/govultr/v3 from 3.31.1 to 3.31.2 #521

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.25
uses: actions/setup-go@v6
with:
go-version: "1.25"
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v5
- name: Build
run: make test
env:
VULTR_API_KEY: ${{ secrets.VULTR_API_KEY }}