Skip to content

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

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

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

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Go Mod Tidy
run: go mod tidy
- name: Test
run: go build -v && go test ./...