Uh oh!
There was an error while loading. Please reload this page.
chore: bump core to v0.3.8 (Go 1.27) (#452) - #12
Merged
antoinetoussaint-byte merged 1 commit intoAug 23, 2026
Merged
Conversation
Bump github.com/codefly-dev/core v0.3.6 -> v0.3.8, aligning with the CLI (codefly-dev/cli#451). core v0.3.8 targets Go 1.27, so the module's go directive moves to go 1.27.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
antoinetoussaint-byte
merged commit Aug 23, 2026
cffc120
into
issue-9-adopt-cli-owned-build-migrate-build-rpc-to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of codefly-dev/cli#452.
Summary
github.com/codefly-dev/corev0.3.6 → v0.3.8 so this agent repo aligns with the CLI (chore: pin core to v0.3.8 cli#451) on the same core contract.godirective moves togo 1.27.0(the oldertoolchainpin is dropped — the go line now matches).No workflow or
Makefilechange is needed: this repo's CI runs the core reusablego-service-ci.yml(build / vet /go mod tidy -diff/ test) withgo-version-file: go.mod, so it has no golangci-lint step. The golangci-lint fix described in the tracking issue applies only to the cli repo (which owns a standalone lint job + Makefile), not to the service repos.Test plan
go build ./...clean (under Go 1.27)go vet ./...cleango mod tidyleaves only go.mod + go.sum changed