Skip to content

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 #207

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7

build(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 #207

Workflow file for this run

name: Go Test
on:
push:
branches:
- main
pull_request:
paths:
- .github/**
- go.mod
- go.sum
- storage/**
- testhelpers/**
- version/**
env:
GO_VERSION: "1.21.x"
jobs:
go_test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- run: |
go mod download
go test -v ./... -timeout=300s