feat(go): upgrade to Go v1.24.4 BE-11774 (#855)

pull/12540/merge
andres-portainer 2025-07-02 18:14:29 -03:00 committed by GitHub
parent e1b9f23f73
commit 5c6b53922a
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/portainer/portainer
go 1.23.10
go 1.24.4
require (
github.com/Masterminds/semver v1.5.0