Skip to content

Bump github.com/hashicorp/vault/api from 1.10.0 to 1.15.0 #3

Bump github.com/hashicorp/vault/api from 1.10.0 to 1.15.0

Bump github.com/hashicorp/vault/api from 1.10.0 to 1.15.0 #3

Workflow file for this run

name: Build
on:
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.4'
- name: Build
run: CGO_ENABLED=0 go build -o vault-plugin-secrets-cloudflare cmd/cloudflare/main.go