Skip to content

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 #58

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

Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 #58

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build
run: make commit