Skip to content

chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 #39

chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7

chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 #39

Workflow file for this run

name: Test CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
with:
go-version: stable
- run: go generate ./...
- run: go test ./test