diff --git a/go.mod b/go.mod index 19ed163bd..301d948cf 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/portainer/portainer -go 1.22.5 +go 1.22 + +toolchain go1.22.5 require ( github.com/Masterminds/semver v1.5.0