Skip to content

Commit

Permalink
Sync Go versions declared in the project
Browse files Browse the repository at this point in the history
We have a mismatch between the versions listed in the project root and
the tools/ directory. Let's keep it synced.
  • Loading branch information
denisonbarbosa committed Dec 4, 2024
1 parent 26f6ccb commit c1f1c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/ubuntu/adsys

go 1.22.0

toolchain go1.22.7
go 1.22.7

require (
github.com/charmbracelet/bubbles v0.20.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
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

Expand Down

0 comments on commit c1f1c2d

Please sign in to comment.