Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7 #184

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

Bump github.com/hashicorp/go-retryablehttp from 0.7.1 to 0.7.7 #184

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.1
- name: Lint
run: make lint
- name: Test
run: make test