Skip to content

Commit

Permalink
Update go.mod and MODULE.bazel (#14)
Browse files Browse the repository at this point in the history
- go.mod to 1.21.3
- MODULE.bazel update rules_go to 0.42.0
  • Loading branch information
imeyer authored Oct 13, 2023
1 parent 2778f90 commit d9493e1
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
Expand Up @@ -4,7 +4,7 @@ module(
repo_name = "io_imeyer_tdiscuss",
)

bazel_dep(name = "rules_go", version = "0.41.0", repo_name = "rules_go")
bazel_dep(name = "rules_go", version = "0.42.0", repo_name = "rules_go")
bazel_dep(name = "gazelle", version = "0.33.0", repo_name = "gazelle")
bazel_dep(name = "rules_pkg", version = "0.9.1")

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/imeyer/tdiscuss

go 1.21.1
go 1.21.3

require (
github.com/stretchr/testify v1.8.4
Expand Down

0 comments on commit d9493e1

Please sign in to comment.