Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 #326

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

Bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 #326

Workflow file for this run

name: Lint
on:
push:
tags:
- '*'
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.21.0
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
args: -v --disable lll --disable interfacer --disable gochecknoglobals