Skip to content

Commit

Permalink
Merge pull request #124 from microsoft/user/pgayam/go-1.22.5
Browse files Browse the repository at this point in the history
Update golang version to 1.22.5
  • Loading branch information
msftpgayam authored Aug 16, 2024
2 parents a3717c7 + c1c8a97 commit b2434c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- task: GoTool@0
inputs:
version: "1.20"
version: "1.22.5"
- task: InstallSSHKey@0
inputs:
knownHostsEntry: "$(KNOWN_HOST)"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/microsoft/wmi

go 1.20
go 1.22.5

require (
github.com/go-ole/go-ole v1.2.4
Expand Down

0 comments on commit b2434c8

Please sign in to comment.