Skip to content

Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0 #157

Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0

Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0 #157

Workflow file for this run

name: Go
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
relativePath: ./
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.19'
- name: Install dependencies
run: go install
working-directory: ${{ env.relativePath }}
- name: Build SDK project
run: go build
working-directory: ${{ env.relativePath }}