Skip to content

chore(deps): bump github.com/hashicorp/go-retryablehttp #187

chore(deps): bump github.com/hashicorp/go-retryablehttp

chore(deps): bump github.com/hashicorp/go-retryablehttp #187

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
tags:
- v*
pull_request:
permissions:
contents: read
pull-requests: read
env:
GO_VERSION: 1.19.5
GOLANGCI_LINT_VERSION: 1.50.1
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.5
- uses: actions/setup-go@v5.0.1
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.0.1
with:
version: v${{ env.GOLANGCI_LINT_VERSION }}