Skip to content

Commit

Permalink
chore: bump Go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Jul 1, 2024
1 parent a76fa54 commit 6a7df39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ that Go versions are not incremented during a release cycle. Check the `go.mod`
file at the root of the project for the targeted version of Go, as this is
authoritative.

For example, the following indicates that Go 1.21 is targeted:
For example, the following indicates that Go 1.22 is targeted:

```
module github.com/juju/juju
go 1.21.3
go 1.22.2
```

### 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.21
go 1.22

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ parts:
after:
- libdqlite
plugin: juju-go
go-channel: 1.21/stable
go-channel: 1.22/stable
source: .
go-packages:
- github.com/juju/juju/cmd/jujud
Expand All @@ -414,7 +414,7 @@ parts:
after:
- jujud
plugin: juju-go
go-channel: 1.21/stable
go-channel: 1.22/stable
# The source can be your local tree or github
# source: https://github.com/juju/juju.git
# If you pull a remote, set source-depth to 1 to make the fetch shorter
Expand Down

0 comments on commit 6a7df39

Please sign in to comment.