Skip to content

build(deps): bump github.com/hashicorp/vault from 0.10.4 to 1.13.10 #1829

build(deps): bump github.com/hashicorp/vault from 0.10.4 to 1.13.10

build(deps): bump github.com/hashicorp/vault from 0.10.4 to 1.13.10 #1829

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...