1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix(gomod): update golang version (#10255)

This commit is contained in:
Oscar Zhou 2023-09-06 10:29:58 +12:00 committed by GitHub
parent 91d2132264
commit e83aa4d88d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
go.mod
View file

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