diff --git a/ci/main.go b/ci/main.go index 4df950c..a3b0b0b 100644 --- a/ci/main.go +++ b/ci/main.go @@ -13,6 +13,7 @@ import ( const ( DEFAULT_GO = "golang:1.22" + GO_VERSION = "1.22" PROJ_MOUNT = "/app" DOCKER_PORT = 2375 GORELEASER_VERSION = "v2.1.0"