Skip to content

Bump github.com/hashicorp/vault/sdk from 0.10.2 to 0.13.0 #131

Bump github.com/hashicorp/vault/sdk from 0.10.2 to 0.13.0

Bump github.com/hashicorp/vault/sdk from 0.10.2 to 0.13.0 #131

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