Skip to content

Bump github.com/hashicorp/vault-plugin-secrets-kv from 0.18.0 to 0.19.0 #132

Bump github.com/hashicorp/vault-plugin-secrets-kv from 0.18.0 to 0.19.0

Bump github.com/hashicorp/vault-plugin-secrets-kv from 0.18.0 to 0.19.0 #132

Workflow file for this run

name: Build and Test
on:
pull_request:
push:
branches:
- '**'
tags-ignore:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
- name: Build
run: make vault-kv-search
- name: Test
run: make test