Skip to content

Commit

Permalink
chore: update toolchain to go1.22.3 (#1688)
Browse files Browse the repository at this point in the history
## Checklist

- [x] I have read the [contribution
guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md)
- [x] reference issue for this pull request:
ooni/probe#2841
- [ ] if you changed anything related to how experiments work and you
need to reflect these changes in the ooni/spec repository, please link
to the related ooni/spec pull request: <!-- add URL here -->
- [ ] if you changed code inside an experiment, make sure you bump its
version number

<!-- Reminder: Location of the issue tracker:
https://github.com/ooni/probe -->

## Description

This diff updates the go toolchain to `1.22.3`
  • Loading branch information
DecFox authored Feb 10, 2025
1 parent 6a63c3f commit 437e786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/ooni/probe-cli/v3

go 1.21.0

toolchain go1.22.2
toolchain go1.22.3

require (
filippo.io/age v1.2.1
Expand Down

0 comments on commit 437e786

Please sign in to comment.