Skip to content

Commit

Permalink
Merge pull request #87 from madhanrm/gobump1
Browse files Browse the repository at this point in the history
Bump to 1.20
  • Loading branch information
madhanrm authored Mar 1, 2023
2 parents 0f9b24c + 826b65b commit 6949ba5
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.19.x"
version: "1.20"
- 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.19
go 1.20

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

0 comments on commit 6949ba5

Please sign in to comment.