Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 #287

Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7

Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 #287

Workflow file for this run

name: test-pr
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Unit Test
run: make test
- name: Vet
run: make vet