Skip to content

Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.1 to 1.4.1 #696

Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.1 to 1.4.1

Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.3.1 to 1.4.1 #696

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run tests
run: make unit-ci
- name: Report coverage
uses: codecov/codecov-action@v4.5.0