chore: update go

This commit is contained in:
Dennis Loose
2025-06-12 14:30:05 +02:00
parent 5a5e3f6a86
commit 9f80744e97
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-desktop-provision/provd
go 1.24.2
go 1.24.4
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf

View File

@ -1,6 +1,6 @@
module github.com/canonical/ubuntu-desktop-provision/provd/tools
go 1.24.0
go 1.24.4
require (
github.com/golangci/golangci-lint v1.64.8