Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion companions/go/Dockerfile
Original file line numberDiff line numberDiff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion companions/go/info.codefly.yaml
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
version: 0.0.10
version: 0.0.11
Loading