Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 #169

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

Bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 #169

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: Lint with GolangCI
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58.2
args: --timeout=10m