Skip to content

fix(deps): update github.com/hashicorp/nomad/api digest to 93bf7ca #1740

fix(deps): update github.com/hashicorp/nomad/api digest to 93bf7ca

fix(deps): update github.com/hashicorp/nomad/api digest to 93bf7ca #1740

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Run tests
run: GO111MODULE=on go test -race ./...