Skip to content

Bump github.com/hashicorp/vault/api from 1.12.1 to 1.14.0 #387

Bump github.com/hashicorp/vault/api from 1.12.1 to 1.14.0

Bump github.com/hashicorp/vault/api from 1.12.1 to 1.14.0 #387

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --command bash -c "lint && integration"
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: test/coverage.out