Skip to content

chore(deps): bump github.com/hashicorp/vault from 1.14.1 to 1.14.6 #4254

chore(deps): bump github.com/hashicorp/vault from 1.14.1 to 1.14.6

chore(deps): bump github.com/hashicorp/vault from 1.14.1 to 1.14.6 #4254

Workflow file for this run

# name of the action
name: build
# trigger on pull_request or push events
on:
pull_request:
push:
# pipeline to execute
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: clone
uses: actions/checkout@v3
- name: install go
uses: actions/setup-go@v4
with:
# use version from go.mod file
go-version-file: 'go.mod'
cache: true
- name: build
run: |
make build