Skip to content

Commit

Permalink
add go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 committed Jan 7, 2025
1 parent 7791808 commit 32c85f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.13
1.22.10
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module github.com/elastic/elastic-agent-libs

go 1.22
go 1.22.10

toolchain go1.23.1

require (
github.com/Microsoft/go-winio v0.5.2
Expand Down

0 comments on commit 32c85f9

Please sign in to comment.