Skip to content

Commit

Permalink
Merge pull request #5957 from microsoft/ci/go-integration-tests
Browse files Browse the repository at this point in the history
ci: bumps go install version due to outdated core packages
  • Loading branch information
baywet authored Jan 3, 2025
2 parents 14b2c75 + 4cb6add commit 1270ec1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: matrix.language == 'go'
uses: actions/setup-go@v5
with:
go-version: "^1.20"
go-version: "^1.23"
- name: Setup Typescript
if: matrix.language == 'typescript'
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion it/go/basic/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module integrationtest

go 1.20
go 1.23

require (
github.com/microsoft/kiota-abstractions-go v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion it/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module integrationtest

go 1.20
go 1.23

require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.0
Expand Down

0 comments on commit 1270ec1

Please sign in to comment.