Skip to content

fix(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5 #70

fix(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5

fix(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.5 #70

Workflow file for this run

---
name: PR
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.17'
- name: build binary
run: make build
- name: run all tests
run: make tests