Skip to content

Commit

Permalink
Update go version + bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
alex5517 committed Jul 4, 2024
1 parent 5af1e93 commit 6b58ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "go-zenoss",
version = "1.0.5",
version = "1.1.0",
)

bazel_dep(name = "rules_go", version = "0.46.0")
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/neticdk/go-zenoss

go 1.19
go 1.21

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down

0 comments on commit 6b58ef1

Please sign in to comment.