1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

bump golang version to 1.23.2 (#60)

This commit is contained in:
Yajith Dayarathna 2024-10-29 09:02:18 +13:00 committed by GitHub
parent 1d037f2f1f
commit e528cff615

2
go.mod
View file

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