Skip to content

Bump github.com/Azure/azure-sdk-for-go from 55.7.0+incompatible to 68.0.0+incompatible #533

Bump github.com/Azure/azure-sdk-for-go from 55.7.0+incompatible to 68.0.0+incompatible

Bump github.com/Azure/azure-sdk-for-go from 55.7.0+incompatible to 68.0.0+incompatible #533

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- master
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Analysis
uses: golangci/golangci-lint-action@v3
with:
args: -v