Skip to content

Commit

Permalink
Bump Kiota version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Nov 2, 2023
1 parent 15f86db commit 73c7edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: '1.20.4'

- name: Install kiota
run: dotnet tool install --global Microsoft.OpenApi.Kiota --version 1.8.0-preview.202310260001
run: dotnet tool install --global Microsoft.OpenApi.Kiota --version 1.8.1

- name: Download latest schema
run: go run schemas/main.go --schema-next=false
Expand Down

0 comments on commit 73c7edc

Please sign in to comment.