-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync Go versions declared in the project
We have a mismatch between the versions listed in the project root and the tools/ directory. Let's keep it synced.
- Loading branch information
1 parent
26f6ccb
commit c1f1c2d
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/ubuntu/adsys/tools | ||
|
||
go 1.22.1 | ||
go 1.22.7 | ||
|
||
toolchain go1.23.0 | ||
|
||
|