Skip to content

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 #174

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 #174

Workflow file for this run

name: test-pipeline
on:
pull_request:
branches:
- '**'
workflow_dispatch:
inputs:
environment:
type: manual
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '>=1.20.0'
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint