Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /tools #48

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /tools

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 in /tools #48

Workflow file for this run

---
name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-go@v5.0.0
with:
go-version: '1.21.5'
- run: make lint
- run: make test
# added to test if everything is regenerated without errors
- run: make generate