1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-18 21:09:40 +02:00

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

This commit is contained in:
andres-portainer 2025-07-02 18:14:29 -03:00 committed by GitHub
parent e1b9f23f73
commit 5c6b53922a

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