Skip to content

Bump github.com/microsoftgraph/msgraph-sdk-go from 1.38.0 to 1.40.0 #1

Bump github.com/microsoftgraph/msgraph-sdk-go from 1.38.0 to 1.40.0

Bump github.com/microsoftgraph/msgraph-sdk-go from 1.38.0 to 1.40.0 #1

Workflow file for this run

name: draft Unit Tests
on:
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: make
run: make run-unit-tests