Skip to content

fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.8.0 #151

fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.8.0

fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.8.0 #151

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5