Skip to content

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0 in the go_modules group across 1 directory #408

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0 in the go_modules group across 1 directory

Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0 in the go_modules group across 1 directory #408

Workflow file for this run

name: ci
on:
pull_request:
push:
jobs:
ci:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: |
**/go.sum
- name: Run Go Build
run: make build
- name: Run tests
run: make test
- name: Upload coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Goreleaser publishing dry run
uses: goreleaser/goreleaser-action@v3
with:
version: v1.26.2
args: release --rm-dist --skip-publish
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}