Skip to content

Commit

Permalink
Merge branch '3.6' into 3.6-into-main
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Jul 8, 2024
2 parents 4a7be52 + 8cefca2 commit 38834a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For example, the following indicates that Go 1.22 is targeted:
```
module github.com/juju/juju
go 1.22.2
go 1.22
```

### Official distribution
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/juju/juju

go 1.22.4
go 1.22

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/juju-mongotop/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/juju/juju/scripts/juju-mongotop

go 1.21
go 1.22

require github.com/olekukonko/tablewriter v0.0.5

Expand Down

0 comments on commit 38834a8

Please sign in to comment.