Skip to content

chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.4 #3276

chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.4

chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.4 #3276

Workflow file for this run

name: CI Test
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '^1.20'
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup golangci-lint
uses: golangci/[email protected]
- name: Verify Codegen
run: make verify-codegen
- name: Run tests with Coverage
run: make coverage
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
name: codecov-deck
fail_ci_if_error: true
- name: Build
run: make build