Skip to content

build(deps): bump github.com/microsoft/kiota-http-go from 1.4.4 to 1.4.5 in /get-started/quickstart/go in the kiota-dependencies group #272

build(deps): bump github.com/microsoft/kiota-http-go from 1.4.4 to 1.4.5 in /get-started/quickstart/go in the kiota-dependencies group

build(deps): bump github.com/microsoft/kiota-http-go from 1.4.4 to 1.4.5 in /get-started/quickstart/go in the kiota-dependencies group #272

Workflow file for this run

name: Build and test Go Get Started sample
on:
push:
branches:
- main
- regen/clients-**
paths:
- 'get-started/azure-auth/go/**'
- 'get-started/quickstart/go/**'
pull_request:
branches: [ main ]
paths:
- 'get-started/azure-auth/go/**'
- 'get-started/quickstart/go/**'
jobs:
build-azure:
defaults:
run:
working-directory: get-started/azure-auth/go/
runs-on: ubuntu-latest
needs: []
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Build Azure auth
run: go build -v ./...
build-quickstart:
defaults:
run:
working-directory: get-started/quickstart/go/
runs-on: ubuntu-latest
needs: []
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Build quickstart
run: go build -v ./...