Skip to content

fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.6.0 [security] #82

fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.6.0 [security]

fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.6.0 [security] #82

Workflow file for this run

name: Golangci-Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- run: go mod vendor
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.64.8