diff --git a/companions/go/Dockerfile b/companions/go/Dockerfile index 1fdd3535..a66cbef8 100644 --- a/companions/go/Dockerfile +++ b/companions/go/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26-alpine +FROM golang:1.27-alpine # Dev toolbox kept minimal (Go agent only uses git for go-module fetches # and a shell for diagnostics). Language companions share the same diff --git a/companions/go/info.codefly.yaml b/companions/go/info.codefly.yaml index 2ca00da4..9555a667 100644 --- a/companions/go/info.codefly.yaml +++ b/companions/go/info.codefly.yaml @@ -1 +1 @@ -version: 0.0.10 +version: 0.0.11